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 2790f1c commit 28ee26aCopy full SHA for 28ee26a
haskeline.cabal
@@ -49,7 +49,7 @@ Library
49
-- We require ghc>=7.4.1 (base>=4.5) to use the base library encodings, even
50
-- though it was implemented in earlier releases, due to GHC bug #5436 which
51
-- wasn't fixed until 7.4.1
52
- Build-depends: base >=4.9 && < 4.16, containers>=0.4 && < 0.7,
+ Build-depends: base >=4.9 && < 4.17, containers>=0.4 && < 0.7,
53
directory>=1.1 && < 1.4, bytestring>=0.9 && < 0.11,
54
filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.6,
55
process >= 1.0 && < 1.7, stm >= 2.4 && < 2.6,
0 commit comments