Path: blob/develop/haskell-overlays/ghcjs-8.6/attoparsec-rm-internal-lib.patch
1 views
diff --git a/attoparsec.cabal b/attoparsec.cabal1index ecbd5db..4e57b1f 1006442--- a/attoparsec.cabal3+++ b/attoparsec.cabal4@@ -34,8 +34,8 @@ Flag developer56-- We need to test and benchmark these modules,7-- but do not want to expose them to end users8-library attoparsec-internal9- hs-source-dirs: internal10+library11+ hs-source-dirs: internal, .12build-depends: array,13base >= 4.3 && < 5,14bytestring <0.12,15@@ -51,7 +51,6 @@ library attoparsec-internal16ghc-options: -O2 -Wall17default-language: Haskell20101819-library20build-depends: array,21base >= 4.3 && < 5,22bytestring <0.12,23@@ -60,8 +59,7 @@ library24scientific >= 0.3.1 && < 0.4,25transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.7,26text >= 1.1.1.3,27- ghc-prim <0.9,28- attoparsec-internal29+ ghc-prim <0.930if impl(ghc < 7.4)31build-depends:32bytestring < 0.10.4.033@@ -120,7 +118,6 @@ test-suite attoparsec-tests34build-depends:35array,36attoparsec,37- attoparsec-internal,38base,39bytestring,40deepseq >= 1.1,41@@ -167,7 +164,6 @@ benchmark attoparsec-benchmarks42build-depends:43array,44attoparsec,45- attoparsec-internal,46base == 4.*,47bytestring >= 0.10.4.0,48case-insensitive,495051