summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/pgf.cabal
diff options
context:
space:
mode:
authoro1lo01ol1o <tim.pierson@gmail.com>2023-11-15 12:04:41 -0600
committero1lo01ol1o <tim.pierson@gmail.com>2023-11-15 12:04:41 -0600
commit2c98075a0b68fa92959a1048cd0d1cec9ec20fd1 (patch)
tree431f4f4e24fcf1b6d5c8c8c414750c4dafe55a1f /src/runtime/haskell/pgf.cabal
parent7d9015e2e159b376cf2ba8332093c9623375557e (diff)
support ghc9.4
Diffstat (limited to 'src/runtime/haskell/pgf.cabal')
-rw-r--r--src/runtime/haskell/pgf.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/runtime/haskell/pgf.cabal b/src/runtime/haskell/pgf.cabal
index cb5841a1c..404d3bc07 100644
--- a/src/runtime/haskell/pgf.cabal
+++ b/src/runtime/haskell/pgf.cabal
@@ -9,16 +9,16 @@ synopsis: Grammatical Framework
description: A library for interpreting the Portable Grammar Format (PGF)
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
+tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.10.4, GHC==9.4.5
library
default-language: Haskell2010
build-depends:
- array >= 0.5.1 && < 0.6,
- base >= 4.9.1 && < 4.16,
- bytestring >= 0.10.8 && < 0.11,
- containers >= 0.5.7 && < 0.7,
- ghc-prim >= 0.5.0 && < 0.7,
+ array >= 0.5.1 && < 0.7,
+ base >= 4.9.1 && < 5.0,
+ bytestring >= 0.10.8 && < 0.12,
+ containers >= 0.5.7 && < 0.8,
+ ghc-prim >= 0.5.0 && < 0.10,
mtl >= 2.2.1 && < 2.3,
pretty >= 1.1.3 && < 1.2,
random >= 1.1 && < 1.3,