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.
2 parents 9e57c5f + 598c32e commit aef8d4dCopy full SHA for aef8d4d
attoparsec.cabal
@@ -44,7 +44,7 @@ library
44
containers,
45
deepseq,
46
scientific >= 0.3.1 && < 0.4,
47
- transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.6,
+ transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.7,
48
text >= 1.1.1.3,
49
ghc-prim <0.9
50
if impl(ghc < 7.4)
@@ -54,7 +54,7 @@ library
54
if !impl(ghc >= 8.0)
55
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
56
build-depends: fail == 4.9.*,
57
- semigroups >=0.16.1 && <0.20
+ semigroups >=0.16.1 && <0.21
58
59
exposed-modules: Data.Attoparsec
60
Data.Attoparsec.ByteString
0 commit comments