summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorAndreas Källberg <anka.213@gmail.com>2022-10-04 16:46:36 +0200
committerAndreas Källberg <anka.213@gmail.com>2022-10-04 17:01:23 +0200
commit03df25bb7ac2f57a5382cda44dbaef8170543758 (patch)
tree9f8852328716bf329e172d9f8192017b35e875d7 /gf.cabal
parent3122590e351f769ca6e60dfd4eeaafba1c5c22e8 (diff)
Add support for ghc-9.2.4
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/gf.cabal b/gf.cabal
index 022cc1e21..21093ae0b 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -11,7 +11,7 @@ description: GF, Grammatical Framework, is a programming language for multilingu
maintainer: John J. Camilleri <john@digitalgrammars.com>
homepage: https://www.grammaticalframework.org/
bug-reports: https://github.com/GrammaticalFramework/gf-core/issues
-tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.10.4, GHC==9.0.2
+tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.10.4, GHC==9.0.2, GHC==9.2.4
data-dir: src
extra-source-files:
@@ -73,11 +73,11 @@ library
build-depends:
-- GHC 8.0.2 to GHC 8.10.4
array >= 0.5.1 && < 0.6,
- base >= 4.9.1 && < 4.16,
- bytestring >= 0.10.8 && < 0.11,
+ base >= 4.9.1 && < 4.17,
+ bytestring >= 0.10.8 && < 0.12,
containers >= 0.5.7 && < 0.7,
exceptions >= 0.8.3 && < 0.11,
- ghc-prim >= 0.5.0 && < 0.7.1,
+ ghc-prim >= 0.5.0 && < 0.9.0,
mtl >= 2.2.1 && < 2.3,
pretty >= 1.1.3 && < 1.2,
random >= 1.1 && < 1.3,