From 57b6afcb26148ba0097fa617790cfe8598afd066 Mon Sep 17 00:00:00 2001 From: Frank Staals <991345+noinia@users.noreply.github.com> Date: Sun, 15 Dec 2024 08:57:58 +0100 Subject: [PATCH] bumping ghc tested versions (#257) --- hgeometry-combinatorial/hgeometry-combinatorial.cabal | 3 +-- hgeometry-examples/hgeometry-examples.cabal | 3 +-- hgeometry/hgeometry.cabal | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/hgeometry-combinatorial/hgeometry-combinatorial.cabal b/hgeometry-combinatorial/hgeometry-combinatorial.cabal index 34718f210..aa57d0559 100644 --- a/hgeometry-combinatorial/hgeometry-combinatorial.cabal +++ b/hgeometry-combinatorial/hgeometry-combinatorial.cabal @@ -19,9 +19,8 @@ extra-doc-files: -- extra-source-files: tested-with: - GHC == 9.6.5 + GHC == 9.10.1 , GHC == 9.8.2 - , GHC == 9.10.1 -------------------------------------------------------------------------------- diff --git a/hgeometry-examples/hgeometry-examples.cabal b/hgeometry-examples/hgeometry-examples.cabal index 0a76911cf..28bfe1bbe 100644 --- a/hgeometry-examples/hgeometry-examples.cabal +++ b/hgeometry-examples/hgeometry-examples.cabal @@ -22,9 +22,8 @@ data-files: data/**/**.geojson tested-with: - GHC == 9.6.5 + GHC == 9.10.1 , GHC == 9.8.2 - , GHC == 9.10.1 source-repository head type: git diff --git a/hgeometry/hgeometry.cabal b/hgeometry/hgeometry.cabal index 9a8ff71db..69d079dcd 100644 --- a/hgeometry/hgeometry.cabal +++ b/hgeometry/hgeometry.cabal @@ -29,8 +29,8 @@ data-files: test-with-ipe/**/*.ipe tested-with: - GHC == 9.8.2 - , GHC == 9.10.1 + GHC == 9.10.1 + -- , GHC == 9.8.2 source-repository head type: git