File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments