Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
reflex-frp
GitHub Repository: reflex-frp/reflex-platform
Path: blob/develop/haskell-overlays/ghcjs-8.6/attoparsec-rm-internal-lib.patch
1 views
1
diff --git a/attoparsec.cabal b/attoparsec.cabal
2
index ecbd5db..4e57b1f 100644
3
--- a/attoparsec.cabal
4
+++ b/attoparsec.cabal
5
@@ -34,8 +34,8 @@ Flag developer
6
7
-- We need to test and benchmark these modules,
8
-- but do not want to expose them to end users
9
-library attoparsec-internal
10
- hs-source-dirs: internal
11
+library
12
+ hs-source-dirs: internal, .
13
build-depends: array,
14
base >= 4.3 && < 5,
15
bytestring <0.12,
16
@@ -51,7 +51,6 @@ library attoparsec-internal
17
ghc-options: -O2 -Wall
18
default-language: Haskell2010
19
20
-library
21
build-depends: array,
22
base >= 4.3 && < 5,
23
bytestring <0.12,
24
@@ -60,8 +59,7 @@ library
25
scientific >= 0.3.1 && < 0.4,
26
transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.7,
27
text >= 1.1.1.3,
28
- ghc-prim <0.9,
29
- attoparsec-internal
30
+ ghc-prim <0.9
31
if impl(ghc < 7.4)
32
build-depends:
33
bytestring < 0.10.4.0
34
@@ -120,7 +118,6 @@ test-suite attoparsec-tests
35
build-depends:
36
array,
37
attoparsec,
38
- attoparsec-internal,
39
base,
40
bytestring,
41
deepseq >= 1.1,
42
@@ -167,7 +164,6 @@ benchmark attoparsec-benchmarks
43
build-depends:
44
array,
45
attoparsec,
46
- attoparsec-internal,
47
base == 4.*,
48
bytestring >= 0.10.4.0,
49
case-insensitive,
50
51