summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2013-02-27 08:48:47 +0400
committerClint Adams <clint@debian.org>2013-02-27 08:48:47 +0400
commit7e5b0257bf02537fa67ce74dfebcbf1a492521c7 (patch)
treee11aa030789b65e7e1ce17cd06ea3b8866c11d1e /p
parentd179d9dae9a828d753c60b09a4efee164e9a6849 (diff)
downloadDHG_packages-7e5b0257bf02537fa67ce74dfebcbf1a492521c7.tar.gz
haskell-dav: New upstream version 0.3.1.
Diffstat (limited to 'p')
-rw-r--r--p/haskell-dav/debian/changelog6
-rw-r--r--p/haskell-dav/debian/control8
-rw-r--r--p/haskell-dav/debian/patches/relax-dependencies35
-rw-r--r--p/haskell-dav/debian/patches/series1
4 files changed, 10 insertions, 40 deletions
diff --git a/p/haskell-dav/debian/changelog b/p/haskell-dav/debian/changelog
index 9e9029ed7..5246ed39d 100644
--- a/p/haskell-dav/debian/changelog
+++ b/p/haskell-dav/debian/changelog
@@ -1,3 +1,9 @@
+haskell-dav (0.3.1-1) experimental; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Tue, 26 Feb 2013 23:43:49 -0500
+
haskell-dav (0.3-2) experimental; urgency=low
* Depend on haskell-devscripts 0.8.13 to ensure this package is built
diff --git a/p/haskell-dav/debian/control b/p/haskell-dav/debian/control
index d22e33363..a9cc78a90 100644
--- a/p/haskell-dav/debian/control
+++ b/p/haskell-dav/debian/control
@@ -13,11 +13,11 @@ Build-Depends: debhelper (>= 7.0)
, libghc-case-insensitive-prof
, libghc-cmdargs-dev (>> 0.9)
, libghc-cmdargs-prof
- , libghc-http-conduit-dev (>> 1.4)
+ , libghc-http-conduit-dev (>> 1.9.0)
, libghc-http-conduit-prof
- , libghc-http-types-dev (>> 0.6)
+ , libghc-http-types-dev (>> 0.7)
, libghc-http-types-prof
- , libghc-lens-dev (>> 2.4)
+ , libghc-lens-dev (>> 3.0)
, libghc-lens-prof
, libghc-lifted-base-dev (>> 0.1)
, libghc-lifted-base-prof
@@ -30,7 +30,7 @@ Build-Depends: debhelper (>= 7.0)
, libghc-transformers-dev (>> 0.3)
, libghc-transformers-prof
, libghc-xml-conduit-dev (>> 1.0)
- , libghc-xml-conduit-dev (<< 1.1)
+ , libghc-xml-conduit-dev (<< 1.2)
, libghc-xml-conduit-prof
, libghc-xml-hamlet-dev (>> 0.4)
, libghc-xml-hamlet-dev (<< 0.5)
diff --git a/p/haskell-dav/debian/patches/relax-dependencies b/p/haskell-dav/debian/patches/relax-dependencies
deleted file mode 100644
index f03842870..000000000
--- a/p/haskell-dav/debian/patches/relax-dependencies
+++ /dev/null
@@ -1,35 +0,0 @@
-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
diff --git a/p/haskell-dav/debian/patches/series b/p/haskell-dav/debian/patches/series
deleted file mode 100644
index 38ca9ac8f..000000000
--- a/p/haskell-dav/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-relax-dependencies