[Pkg-haskell-commits] [package-plan] 01/01: patch yesod-test for newer WAI
Clint Adams
clint at moszumanska.debian.org
Tue Jun 10 11:48:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch conduit-1.1
in repository package-plan.
commit c329979933b88dde35a6d74f8b8931f383a9d288
Author: Clint Adams <clint at debian.org>
Date: Tue Jun 10 07:48:36 2014 -0400
patch yesod-test for newer WAI
---
packages.txt | 2 +-
patches/yesod-test/1.2.2/no-wai-test.diff | 11 +++++++++++
patches/yesod-test/1.2.2/series | 1 +
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/packages.txt b/packages.txt
index 5494bc1..e4f3db1 100644
--- a/packages.txt
+++ b/packages.txt
@@ -729,7 +729,7 @@ yesod-newsfeed 1.2.0.2
yesod-persistent 1.2.3
yesod-routes 1.2.0.1
yesod-static 1.2.4
-yesod-test 1.2.1.5
+yesod-test 1.2.2
yi 0.7.1
zeromq4-haskell 0.4.1 notest
zip-archive 0.1.3.4
diff --git a/patches/yesod-test/1.2.2/no-wai-test.diff b/patches/yesod-test/1.2.2/no-wai-test.diff
new file mode 100644
index 0000000..acc4396
--- /dev/null
+++ b/patches/yesod-test/1.2.2/no-wai-test.diff
@@ -0,0 +1,11 @@
+--- a/yesod-test.cabal
++++ b/yesod-test.cabal
+@@ -19,7 +19,7 @@
+ , persistent >= 1.0
+ , transformers >= 0.2.2
+ , wai >= 1.3
+- , wai-test >= 1.3
++ , wai-extra >= 3.0
+ , network >= 2.2
+ , http-types >= 0.7
+ , HUnit >= 1.2
diff --git a/patches/yesod-test/1.2.2/series b/patches/yesod-test/1.2.2/series
new file mode 100644
index 0000000..191f029
--- /dev/null
+++ b/patches/yesod-test/1.2.2/series
@@ -0,0 +1 @@
+no-wai-test.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