[Pkg-haskell-commits] [package-plan] 253/457: Add happstack-heist patches
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Apr 14 20:05:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit 06e1fd5b9680e0933b50820bbbdc72dcd79680ec
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Nov 25 18:40:43 2013 +0000
Add happstack-heist patches
---
packages.txt | 2 +-
patches/happstack-heist/7.2.0/newer-either.diff | 11 +++++++++++
patches/happstack-heist/7.2.0/series | 1 +
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/packages.txt b/packages.txt
index d3ff559..f035aed 100644
--- a/packages.txt
+++ b/packages.txt
@@ -227,7 +227,7 @@ hakyll 4.4.1.2
hamlet 1.1.7.1
happstack 7.0.1
happstack-authenticate 0.10.5 patched for pwstore-fast instead of pwstore-purehaskell
-happstack-heist 7.2.0 patched for newer either
+happstack-heist 7.2.0
happstack-hsp 7.2.2
happstack-server 7.1.7
happy 1.19.0
diff --git a/patches/happstack-heist/7.2.0/newer-either.diff b/patches/happstack-heist/7.2.0/newer-either.diff
new file mode 100644
index 0000000..a1b6893
--- /dev/null
+++ b/patches/happstack-heist/7.2.0/newer-either.diff
@@ -0,0 +1,11 @@
+--- a/happstack-heist.cabal
++++ b/happstack-heist.cabal
+@@ -22,7 +22,7 @@
+ Build-depends: base >= 3.0 && < 5.0,
+ blaze-builder >= 0.2 && <0.4,
+ bytestring >= 0.9 && < 0.11,
+- either == 3.4.*,
++ either >= 3.4 && < 4.1,
+ filepath,
+ happstack-server >= 7.0 && < 7.4,
+ heist >= 0.13 && < 0.14,
diff --git a/patches/happstack-heist/7.2.0/series b/patches/happstack-heist/7.2.0/series
new file mode 100644
index 0000000..7c4be22
--- /dev/null
+++ b/patches/happstack-heist/7.2.0/series
@@ -0,0 +1 @@
+newer-either.diff
--
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