We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23c54d7 + 72f94b0 commit 7319cefCopy full SHA for 7319cef
process.cabal
@@ -88,7 +88,7 @@ library
88
89
ghc-options: -Wall
90
91
- build-depends: base >= 4.10 && < 4.21,
+ build-depends: base >= 4.10 && < 4.22,
92
directory >= 1.1 && < 1.4,
93
filepath >= 1.2 && < 1.6,
94
deepseq >= 1.1 && < 1.6
test/process-tests.cabal
@@ -22,7 +22,7 @@ common process-dep
22
23
custom-setup
24
setup-depends:
25
- base >= 4.10 && < 4.21,
+ base >= 4.10 && < 4.22,
26
27
28
Cabal >= 2.4 && < 3.14,
0 commit comments