Skip to content

Commit 7079648

Browse files
bgamarijudah
authored andcommitted
Bump base upper bound to 4.15 (#122)
1 parent adef436 commit 7079648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskeline.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Library
4242
-- We require ghc>=7.4.1 (base>=4.5) to use the base library encodings, even
4343
-- though it was implemented in earlier releases, due to GHC bug #5436 which
4444
-- wasn't fixed until 7.4.1
45-
Build-depends: base >=4.9 && < 4.13, containers>=0.4 && < 0.7,
45+
Build-depends: base >=4.9 && < 4.15, containers>=0.4 && < 0.7,
4646
directory>=1.1 && < 1.4, bytestring>=0.9 && < 0.11,
4747
filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.6,
4848
process >= 1.0 && < 1.7, stm >= 2.4 && < 2.6,

0 commit comments

Comments
 (0)