We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d5138 commit ae50731Copy full SHA for ae50731
process.cabal
@@ -94,7 +94,7 @@ library
94
95
ghc-options: -Wall
96
97
- build-depends: base >= 4.12.0.0 && < 4.22,
+ build-depends: base >= 4.12.0.0 && < 4.23,
98
directory >= 1.1 && < 1.4,
99
deepseq >= 1.1 && < 1.6
100
test/process-tests.cabal
@@ -22,7 +22,7 @@ common process-dep
22
23
custom-setup
24
setup-depends:
25
- base >= 4.10 && < 4.22,
+ base >= 4.10 && < 4.23,
26
27
filepath >= 1.2 && < 1.6,
28
Cabal >= 2.4 && < 3.14,
0 commit comments