summaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2022-05-06 03:26:00 +0200
committerGitHub <noreply@github.com>2022-05-06 03:26:00 +0200
commitec70e4a83e75691264a6f227819a90e123905a68 (patch)
tree8699c11cd01ed82a09754da9892279ae31b7c11e /src/runtime
parent6414bc8923ddf24c65eed053d03244c054c86dcb (diff)
parente6ade90679e53e793cbe3cf0d526f11754d4b3d2 (diff)
Merge pull request #136 from mengwong/ghc9
compiles with GHC 9.0.2
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/haskell-bind/pgf2.cabal2
-rw-r--r--src/runtime/haskell/pgf.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/haskell-bind/pgf2.cabal b/src/runtime/haskell-bind/pgf2.cabal
index 1d5f61991..83c990bf3 100644
--- a/src/runtime/haskell-bind/pgf2.cabal
+++ b/src/runtime/haskell-bind/pgf2.cabal
@@ -26,7 +26,7 @@ library
PGF2.Expr,
PGF2.Type
build-depends:
- base >= 4.9.1 && < 4.15,
+ base >= 4.9.1 && < 4.16,
containers >= 0.5.7 && < 0.7,
pretty >= 1.1.3 && < 1.2
default-language: Haskell2010
diff --git a/src/runtime/haskell/pgf.cabal b/src/runtime/haskell/pgf.cabal
index 41e67f6ae..cb5841a1c 100644
--- a/src/runtime/haskell/pgf.cabal
+++ b/src/runtime/haskell/pgf.cabal
@@ -15,7 +15,7 @@ library
default-language: Haskell2010
build-depends:
array >= 0.5.1 && < 0.6,
- base >= 4.9.1 && < 4.15,
+ 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,