[Pkg-haskell-commits] darcs: haskell-happstack-heist: Patch for newer either.
Clint Adams
clint at debian.org
Thu Dec 26 01:33:08 UTC 2013
Thu Dec 26 01:33:02 UTC 2013 Clint Adams <clint at debian.org>
* Patch for newer either.
M ./changelog +6
M ./control -1 +1
M ./patches/newer-either.diff -2 +2
Thu Dec 26 01:33:02 UTC 2013 Clint Adams <clint at debian.org>
* Patch for newer either.
diff -rN -u old-haskell-happstack-heist/changelog new-haskell-happstack-heist/changelog
--- old-haskell-happstack-heist/changelog 2013-12-26 01:33:08.571278723 +0000
+++ new-haskell-happstack-heist/changelog 2013-12-26 01:33:08.575278724 +0000
@@ -1,3 +1,9 @@
+haskell-happstack-heist (7.2.0-2) unstable; urgency=medium
+
+ * Patch for newer either.
+
+ -- Clint Adams <clint at debian.org> Wed, 25 Dec 2013 19:31:29 -0500
+
haskell-happstack-heist (7.2.0-1) unstable; urgency=low
[ Joachim Breitner ]
diff -rN -u old-haskell-happstack-heist/control new-haskell-happstack-heist/control
--- old-haskell-happstack-heist/control 2013-12-26 01:33:08.571278723 +0000
+++ new-haskell-happstack-heist/control 2013-12-26 01:33:08.579278725 +0000
@@ -12,7 +12,7 @@
, libghc-blaze-builder-dev (<< 0.4)
, libghc-blaze-builder-prof
, libghc-either-dev (>> 3.4)
- , libghc-either-dev (<< 4.1)
+ , libghc-either-dev (<< 5)
, libghc-either-prof
, libghc-happstack-server-dev (>> 7.0)
, libghc-happstack-server-dev (<< 7.4)
diff -rN -u old-haskell-happstack-heist/patches/newer-either.diff new-haskell-happstack-heist/patches/newer-either.diff
--- old-haskell-happstack-heist/patches/newer-either.diff 2013-12-26 01:33:08.571278723 +0000
+++ new-haskell-happstack-heist/patches/newer-either.diff 2013-12-26 01:33:08.579278725 +0000
@@ -1,11 +1,11 @@
--- a/happstack-heist.cabal
+++ b/happstack-heist.cabal
-@@ -22,7 +22,7 @@
+@@ -22,7 +22,7 @@ Library
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,
++ either >= 3.4 && < 5,
filepath,
happstack-server >= 7.0 && < 7.4,
heist >= 0.13 && < 0.14,
More information about the Pkg-haskell-commits
mailing list