Skip to content

Commit aef8d4d

Browse files
authored
Merge pull request #192 from phadej/patch-2
Allow semigroups-0.20
2 parents 9e57c5f + 598c32e commit aef8d4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

attoparsec.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ library
4444
containers,
4545
deepseq,
4646
scientific >= 0.3.1 && < 0.4,
47-
transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.6,
47+
transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.7,
4848
text >= 1.1.1.3,
4949
ghc-prim <0.9
5050
if impl(ghc < 7.4)
@@ -54,7 +54,7 @@ library
5454
if !impl(ghc >= 8.0)
5555
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
5656
build-depends: fail == 4.9.*,
57-
semigroups >=0.16.1 && <0.20
57+
semigroups >=0.16.1 && <0.21
5858

5959
exposed-modules: Data.Attoparsec
6060
Data.Attoparsec.ByteString

0 commit comments

Comments
 (0)