blob: dc6e9bd4dc2dff2d96ff13ae099fa6113f6ec400 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
--- a/attoparsec.cabal
+++ b/attoparsec.cabal
@@ -52,8 +52,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
+ build-depends: semigroups >=0.16.1 && <0.19
exposed-modules: Data.Attoparsec
Data.Attoparsec.ByteString
@@ -120,8 +119,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
+ build-depends: semigroups >=0.16.1 && <0.19
benchmark benchmarks
type: exitcode-stdio-1.0
@@ -166,8 +164,7 @@ benchmark benchmarks
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
+ build-depends: semigroups >=0.16.1 && <0.19
source-repository head
type: git
|