|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
name: attoparsec
|
|
|
|
|
version: 0.13.2.2
|
|
|
|
|
x-revision: 2
|
|
|
|
|
x-revision: 3
|
|
|
|
|
license: BSD3
|
|
|
|
|
license-file: LICENSE
|
|
|
|
|
category: Text, Parsing
|
|
|
|
@ -54,7 +54,7 @@ library
|
|
|
|
|
if !impl(ghc >= 8.0)
|
|
|
|
|
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
|
|
|
|
|
build-depends: fail == 4.9.*,
|
|
|
|
|
semigroups >=0.16.1 && <0.19
|
|
|
|
|
semigroups >=0.16.1 && <0.20
|
|
|
|
|
|
|
|
|
|
exposed-modules: Data.Attoparsec
|
|
|
|
|
Data.Attoparsec.ByteString
|
|
|
|
@ -140,7 +140,7 @@ test-suite tests
|
|
|
|
|
if !impl(ghc >= 8.0)
|
|
|
|
|
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
|
|
|
|
|
build-depends: fail == 4.9.*,
|
|
|
|
|
semigroups >=0.16.1 && <0.19
|
|
|
|
|
semigroups >=0.16.1 && <0.20
|
|
|
|
|
|
|
|
|
|
benchmark benchmarks
|
|
|
|
|
type: exitcode-stdio-1.0
|
|
|
|
|