[Pkg-haskell-commits] [package-plan] 03/03: Add patches for leksah-server
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Sep 22 11:23:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch new-leksah
in repository package-plan.
commit 7125d8b2375af629bc782d889ade884656926930
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Sep 22 13:23:39 2014 +0200
Add patches for leksah-server
---
patches/leksah-server/0.14.0.0/series | 1 +
patches/leksah-server/0.14.0.0/use-conduit-extra | 37 ++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/patches/leksah-server/0.14.0.0/series b/patches/leksah-server/0.14.0.0/series
new file mode 100644
index 0000000..19f96bd
--- /dev/null
+++ b/patches/leksah-server/0.14.0.0/series
@@ -0,0 +1 @@
+use-conduit-extra
diff --git a/patches/leksah-server/0.14.0.0/use-conduit-extra b/patches/leksah-server/0.14.0.0/use-conduit-extra
new file mode 100644
index 0000000..1ede244
--- /dev/null
+++ b/patches/leksah-server/0.14.0.0/use-conduit-extra
@@ -0,0 +1,37 @@
+Index: leksah-server-0.14.0.0/leksah-server.cabal
+===================================================================
+--- leksah-server-0.14.0.0.orig/leksah-server.cabal 2014-09-22 13:20:08.911909289 +0200
++++ leksah-server-0.14.0.0/leksah-server.cabal 2014-09-22 13:21:58.627913969 +0200
+@@ -39,8 +39,8 @@
+ ltk >=0.14.0.0 && <0.15, parsec >=2.1.0.1 && <3.2,
+ 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.2,
+- conduit-extra >=1.0.0.1 && <1.2, resourcet,
+- attoparsec-conduit >=1.0.1.2 && <1.2, attoparsec >=0.10.0.3 && <0.13,
++ conduit-extra >=1.1 && <1.2, resourcet,
++ attoparsec >=0.10.0.3 && <0.13,
+ transformers >=0.2.2.0 && <0.4, strict >=0.3.2 && <0.4, text >=0.11.3.1 && <1.2
+ if (impl(ghc >= 7.8))
+ build-depends: haddock >= 2.7.2 && <2.15
+@@ -103,8 +103,8 @@
+ ltk >=0.14.0.0 && <0.15, parsec >=2.1.0.1 && <3.2,
+ 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.2,
+- conduit-extra >=1.0.0.1 && <1.2, resourcet,
+- attoparsec-conduit >=1.0.1.2 && <1.2, attoparsec >=0.10.0.3 && <0.13,
++ conduit-extra >=1.1 && <1.2, resourcet,
++ attoparsec >=0.10.0.3 && <0.13,
+ transformers >=0.2.2.0 && <0.4, strict >=0.3.2 && <0.4, text >=0.11.3.1 && <1.2
+ if (impl(ghc >= 7.8))
+ build-depends: haddock >= 2.7.2 && <2.15
+@@ -176,8 +176,8 @@
+ -- ghc-shared-options: -auto-all -prof
+ 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.2,
+- conduit-extra >=1.0.0.1 && <1.2, resourcet,
+- attoparsec-conduit >=1.0.1.2 && <1.2, attoparsec >=0.10.0.3 && <0.13,
++ conduit-extra >=1.1 && <1.2, resourcet,
++ attoparsec >=0.10.0.3 && <0.13,
+ transformers >=0.2.2.0 && <0.4, text >=0.11.3.1 && <1.2
+
+ if (impl(ghc >= 7.2))
--
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