Skip to content

Commit f04f689

Browse files
authored
Merge pull request #170 from bgamari/wip/ghc-9.4
Bump base upper bound
2 parents 2a5d945 + aae0bfe commit f04f689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskeline.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Library
4949
-- We require ghc>=7.4.1 (base>=4.5) to use the base library encodings, even
5050
-- though it was implemented in earlier releases, due to GHC bug #5436 which
5151
-- wasn't fixed until 7.4.1
52-
Build-depends: base >=4.9 && < 4.17, containers>=0.4 && < 0.7,
52+
Build-depends: base >=4.9 && < 4.18, containers>=0.4 && < 0.7,
5353
directory>=1.1 && < 1.4, bytestring>=0.9 && < 0.12,
5454
filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.6,
5555
process >= 1.0 && < 1.7, stm >= 2.4 && < 2.6,

0 commit comments

Comments
 (0)