[Pkg-haskell-commits] darcs: haskell-dav: Forgot to add patch file

Joachim Breitner mail at joachim-breitner.de
Wed Feb 6 17:26:42 UTC 2013


Wed Feb  6 17:23:45 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Forgot to add patch file
  Ignore-this: 5ad5c37220362468d848210989722fc9

    A ./patches/relax-dependencies

Wed Feb  6 17:23:45 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Forgot to add patch file
  Ignore-this: 5ad5c37220362468d848210989722fc9
diff -rN -u old-haskell-dav//patches/relax-dependencies new-haskell-dav//patches/relax-dependencies
--- old-haskell-dav//patches/relax-dependencies	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dav//patches/relax-dependencies	2013-02-06 17:26:42.855719188 +0000
@@ -0,0 +1,35 @@
+Description: 
+ Relax a few build dependencies
+Author: Joey Hess <joeyh at 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





More information about the Pkg-haskell-commits mailing list