Skip to content

Commit 62e71a8

Browse files
authored
Merge pull request #253 from bgamari/wip/ghc-9.14
Bump base upper bound to <4.23
2 parents d8c2edf + cbcd0cc commit 62e71a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filepath.cabal

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

9292
default-language: Haskell2010
9393
build-depends:
94-
, base >=4.12.0.0 && <4.22
94+
, base >=4.12.0.0 && <4.23
9595
, bytestring >=0.11.3.0
9696
, deepseq
9797
, exceptions

0 commit comments

Comments
 (0)