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 bf5bf9d commit ab22723Copy full SHA for ab22723
haskeline.cabal
@@ -65,7 +65,7 @@ Library
65
-- wasn't fixed until 7.4.1
66
Build-depends: base >=4.9 && < 4.20, containers>=0.4 && < 0.8,
67
directory>=1.1 && < 1.4, bytestring>=0.9 && < 0.13,
68
- filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.7,
+ filepath >= 1.2 && < 1.6, transformers >= 0.2 && < 0.7,
69
process >= 1.0 && < 1.7, stm >= 2.4 && < 2.6,
70
exceptions == 0.10.*
71
Default-Language: Haskell98
0 commit comments