summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2022-03-05 13:41:45 +0800
committerInari Listenmaa <inari.listenmaa@gmail.com>2022-03-05 13:42:11 +0800
commit862aeb5d9bbd04feade6dccef3a98e3187f89999 (patch)
tree42e45e528ebf6a29ac52e0ff92a7b5b61ae0b980 /src
parentb762e24a821a03ccdf66dbb1ddd213debbb1f41b (diff)
Update base <4.15 to <4.16 for tests + pgf*.cabal
Diffstat (limited to 'src')
-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,