summaryrefslogtreecommitdiff
path: root/p/haskell-dav
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-02-06 21:23:45 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-02-06 21:23:45 +0400
commitbd407c7718d3f95951bb08614ac7bc5c179de735 (patch)
tree8be4cacfa87d97e871d682e5aef66f5af7c2b6d3 /p/haskell-dav
parent1db92ab5543e96d10d738ebe1355f028982bf3de (diff)
downloadDHG_packages-bd407c7718d3f95951bb08614ac7bc5c179de735.tar.gz
haskell-dav: Forgot to add patch file
Diffstat (limited to 'p/haskell-dav')
-rw-r--r--p/haskell-dav/debian/patches/relax-dependencies35
1 files changed, 35 insertions, 0 deletions
diff --git a/p/haskell-dav/debian/patches/relax-dependencies b/p/haskell-dav/debian/patches/relax-dependencies
new file mode 100644
index 000000000..f03842870
--- /dev/null
+++ b/p/haskell-dav/debian/patches/relax-dependencies
@@ -0,0 +1,35 @@
+Description:
+ Relax a few build dependencies
+Author: Joey Hess <joeyh@debian.org>
+
+Index: haskell-dav-0.3/DAV.cabal
+===================================================================
+--- haskell-dav-0.3.orig/DAV.cabal 2013-02-06 18:15:56.033093282 +0100
++++ haskell-dav-0.3/DAV.cabal 2013-02-06 18:16:16.845092528 +0100
+@@ -30,8 +30,8 @@
+ , case-insensitive >= 0.4
+ , containers
+ , http-conduit >= 1.4
+- , http-types >= 0.7
+- , lens >= 3.0
++ , http-types >= 0.6
++ , lens >= 2.4
+ , lifted-base >= 0.1
+ , mtl >= 2.1
+ , resourcet >= 0.3
+@@ -43,13 +43,12 @@
+ ghc-options: -Wall
+ build-depends: base >= 4.5 && <= 5
+ , bytestring
+- , bytestring
+ , case-insensitive >= 0.4
+ , cmdargs >= 0.9
+ , containers
+ , http-conduit >= 1.4
+- , http-types >= 0.7
+- , lens >= 3.0
++ , http-types >= 0.6
++ , lens >= 2.4
+ , lifted-base >= 0.1
+ , mtl >= 2.1
+ , network >= 2.3