Skip to content

Commit 98101f8

Browse files
authored
Merge pull request #345 from bgamari/wip/ghc-9.14
Bump base upper bound to <4.23
2 parents a241443 + ae50731 commit 98101f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

process.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ library
9494

9595
ghc-options: -Wall
9696

97-
build-depends: base >= 4.12.0.0 && < 4.22,
97+
build-depends: base >= 4.12.0.0 && < 4.23,
9898
directory >= 1.1 && < 1.4,
9999
deepseq >= 1.1 && < 1.6
100100

test/process-tests.cabal

Lines changed: 1 addition & 1 deletion
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.22,
25+
base >= 4.10 && < 4.23,
2626
directory >= 1.1 && < 1.4,
2727
filepath >= 1.2 && < 1.6,
2828
Cabal >= 2.4 && < 3.14,

0 commit comments

Comments
 (0)