Skip to content

Commit bcedbc2

Browse files
committed
even higher upper bound on base (latest, 4.21)
1 parent 9e8915f commit bcedbc2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

gf.cabal

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ library
7373
build-depends:
7474
-- GHC 8.0.2 to GHC 8.10.4
7575
array >= 0.5.1 && < 0.6,
76-
base >= 4.9.1 && < 4.19 ,
76+
base >= 4.9.1 && < 4.22,
7777
bytestring >= 0.10.8 && < 0.12,
7878
containers >= 0.5.7 && < 0.7,
7979
exceptions >= 0.8.3 && < 0.11,
@@ -398,10 +398,13 @@ test-suite gf-tests
398398
main-is: run.hs
399399
hs-source-dirs: testsuite
400400
build-depends:
401-
base >= 4.9.1 && <= 4.18,
401+
base >= 4.9.1,
402402
Cabal >= 1.8,
403403
directory >= 1.3.0 && < 1.4,
404404
filepath >= 1.4.1 && < 1.5,
405-
process >= 1.4.3 && < 1.7
405+
process >=ource-dirs: testsuite
406+
build-depends:
407+
base >= 4.9.1 && < 4.22,
408+
Cabal >= 1.8, 1.4.3 && < 1.7
406409
build-tool-depends: gf:gf
407410
default-language: Haskell2010

0 commit comments

Comments
 (0)