summaryrefslogtreecommitdiff
path: root/p/haskell-dav
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-02-06 21:03:50 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-02-06 21:03:50 +0400
commit683fd067c931d8297474238a5f2e96edf5bc9c28 (patch)
treee49a3acd67205158c06ba4025ae6c47fdc40e0c7 /p/haskell-dav
parent459253e0a573344971096ec56fe956810d699753 (diff)
downloadDHG_packages-683fd067c931d8297474238a5f2e96edf5bc9c28.tar.gz
haskell-dav: Undo xml-hamlet bump also in executable section
Diffstat (limited to 'p/haskell-dav')
-rw-r--r--p/haskell-dav/debian/patches/unstable-backport8
1 files changed, 3 insertions, 5 deletions
diff --git a/p/haskell-dav/debian/patches/unstable-backport b/p/haskell-dav/debian/patches/unstable-backport
index cf180d95c..1e437f95c 100644
--- a/p/haskell-dav/debian/patches/unstable-backport
+++ b/p/haskell-dav/debian/patches/unstable-backport
@@ -9,8 +9,8 @@ Author: Joey Hess <joeyh@debian.org>
Index: haskell-dav-0.3/DAV.cabal
===================================================================
--- haskell-dav-0.3.orig/DAV.cabal 2013-02-06 18:00:32.733126700 +0100
-+++ haskell-dav-0.3/DAV.cabal 2013-02-06 18:01:02.681125616 +0100
-@@ -25,38 +25,35 @@
++++ haskell-dav-0.3/DAV.cabal 2013-02-06 18:03:36.081120063 +0100
+@@ -25,37 +25,34 @@
exposed-modules: Network.Protocol.HTTP.DAV
other-modules: Network.Protocol.HTTP.DAV.TH
ghc-options: -Wall
@@ -52,12 +52,10 @@ Index: haskell-dav-0.3/DAV.cabal
, resourcet >= 0.3
, transformers >= 0.3
- , xml-conduit >= 1.0 && <= 1.1
-- , xml-hamlet >= 0.4 && <= 0.5
+ , xml-conduit >= 0.7 && <= 0.7.0.3
-+ , xml-hamlet >= 0.3 && <= 0.3.0.1
+ , xml-hamlet >= 0.4 && <= 0.5
source-repository head
- type: git
Index: haskell-dav-0.3/Network/Protocol/HTTP/DAV.hs
===================================================================
--- haskell-dav-0.3.orig/Network/Protocol/HTTP/DAV.hs 2013-02-06 18:00:32.733126700 +0100