Skip to content

Commit 7319cef

Browse files
authored
Merge branch 'haskell:master' into wip/T24603
2 parents 23c54d7 + 72f94b0 commit 7319cef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

process.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ library
8888

8989
ghc-options: -Wall
9090

91-
build-depends: base >= 4.10 && < 4.21,
91+
build-depends: base >= 4.10 && < 4.22,
9292
directory >= 1.1 && < 1.4,
9393
filepath >= 1.2 && < 1.6,
9494
deepseq >= 1.1 && < 1.6

test/process-tests.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ common process-dep
2222

2323
custom-setup
2424
setup-depends:
25-
base >= 4.10 && < 4.21,
25+
base >= 4.10 && < 4.22,
2626
directory >= 1.1 && < 1.4,
2727
filepath >= 1.2 && < 1.6,
2828
Cabal >= 2.4 && < 3.14,

0 commit comments

Comments
 (0)