summaryrefslogtreecommitdiff
path: root/gf.cabal
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 /gf.cabal
parentb762e24a821a03ccdf66dbb1ddd213debbb1f41b (diff)
Update base <4.15 to <4.16 for tests + pgf*.cabal
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index c8386d3a8..53548cd40 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -400,7 +400,7 @@ test-suite gf-tests
main-is: run.hs
hs-source-dirs: testsuite
build-depends:
- base >= 4.9.1 && < 4.15,
+ base >= 4.9.1 && < 4.16,
Cabal >= 1.8,
directory >= 1.3.0 && < 1.4,
filepath >= 1.4.1 && < 1.5,