[Pkg-haskell-commits] [package-plan] 03/07: Mark attoparsec-conduit as to be avoided

Joachim Breitner nomeata at moszumanska.debian.org
Sun Dec 21 22:12:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch ghc-7.8
in repository package-plan.

commit 3ecc5334f275f2be57c65877df2af8c42fd84d54
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Dec 21 12:20:42 2014 +0100

    Mark attoparsec-conduit as to be avoided
---
 packages.txt                                       |  2 +-
 .../leksah-server/0.14.0.1/no-attoparsec-conduit   | 31 ++++++++++++++++++++++
 patches/leksah-server/0.14.0.1/series              |  1 +
 3 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/packages.txt b/packages.txt
index 7dcc12b..cf3977c 100644
--- a/packages.txt
+++ b/packages.txt
@@ -20,7 +20,7 @@ asn1-parse 0.8.1
 asn1-types 0.2.3
 async 2.0.1.5
 attoparsec 0.12.1.2
-attoparsec-conduit 1.1.0
+attoparsec-conduit 1.1.0 avoid
 attoparsec-enumerator 0.3.3
 augeas 0.6.1
 authenticate 1.3.2.9
diff --git a/patches/leksah-server/0.14.0.1/no-attoparsec-conduit b/patches/leksah-server/0.14.0.1/no-attoparsec-conduit
new file mode 100644
index 0000000..04ea644
--- /dev/null
+++ b/patches/leksah-server/0.14.0.1/no-attoparsec-conduit
@@ -0,0 +1,31 @@
+Index: leksah-server-0.14.0.1/leksah-server.cabal
+===================================================================
+--- leksah-server-0.14.0.1.orig/leksah-server.cabal	2014-12-21 12:18:47.720538480 +0100
++++ leksah-server-0.14.0.1/leksah-server.cabal	2014-12-21 12:19:22.829261333 +0100
+@@ -40,7 +40,7 @@
+                pretty >=1.0.1.0 && <1.2, time >=1.1 && <1.5, deepseq >=1.1 && <1.4,
+                hslogger >= 1.0.7 && <1.3, network >=2.2 && <3.0, conduit >= 1.0.8 && <1.3,
+                conduit-extra >=1.0.0.1 && <1.2, resourcet,
+-               attoparsec-conduit >=1.0.1.2 && <1.2, attoparsec >=0.10.0.3 && <0.13,
++               attoparsec >=0.10.0.3 && <0.13,
+                transformers >=0.2.2.0 && <0.5, strict >=0.3.2 && <0.4, text >=0.11.3.1 && <1.3
+     if (impl(ghc >= 7.8))
+        build-depends: haddock >= 2.7.2 && <2.15
+@@ -104,7 +104,7 @@
+                pretty >=1.0.1.0 && <1.2, time >=1.1 && <1.5, deepseq >=1.1 && <1.4,
+                hslogger >= 1.0.7 && <1.3, network >=2.2 && <3.0, conduit >= 1.0.8 && <1.3,
+                conduit-extra >=1.0.0.1 && <1.2, resourcet,
+-               attoparsec-conduit >=1.0.1.2 && <1.2, attoparsec >=0.10.0.3 && <0.13,
++               attoparsec >=0.10.0.3 && <0.13,
+                transformers >=0.2.2.0 && <0.5, strict >=0.3.2 && <0.4, text >=0.11.3.1 && <1.3
+     if (impl(ghc >= 7.8))
+        build-depends: haddock >= 2.7.2 && <2.15
+@@ -177,7 +177,7 @@
+     build-depends:  base >= 4.0.0.0 && <4.8, hslogger >= 1.0.7 && <1.3, deepseq >=1.1 && <1.4,
+                bytestring >=0.9.0.1 && <0.11, conduit >= 1.0.8 && <1.3,
+                conduit-extra >=1.0.0.1 && <1.2, resourcet,
+-               attoparsec-conduit >=1.0.1.2 && <1.2, attoparsec >=0.10.0.3 && <0.13,
++               attoparsec >=0.10.0.3 && <0.13,
+                transformers >=0.2.2.0 && <0.5, text >=0.11.3.1 && <1.3
+ 
+     if (impl(ghc >= 7.2))
diff --git a/patches/leksah-server/0.14.0.1/series b/patches/leksah-server/0.14.0.1/series
new file mode 100644
index 0000000..622fa67
--- /dev/null
+++ b/patches/leksah-server/0.14.0.1/series
@@ -0,0 +1 @@
+no-attoparsec-conduit

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list