We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adef436 commit 7079648Copy full SHA for 7079648
haskeline.cabal
@@ -42,7 +42,7 @@ Library
42
-- We require ghc>=7.4.1 (base>=4.5) to use the base library encodings, even
43
-- though it was implemented in earlier releases, due to GHC bug #5436 which
44
-- wasn't fixed until 7.4.1
45
- Build-depends: base >=4.9 && < 4.13, containers>=0.4 && < 0.7,
+ Build-depends: base >=4.9 && < 4.15, containers>=0.4 && < 0.7,
46
directory>=1.1 && < 1.4, bytestring>=0.9 && < 0.11,
47
filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.6,
48
process >= 1.0 && < 1.7, stm >= 2.4 && < 2.6,
0 commit comments