summaryrefslogtreecommitdiff
path: root/p/haskell-http-client
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-04-22 12:05:18 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2015-04-22 12:05:18 +0300
commit2f1ad930e98b0c475b2dd76b43d02c582b21ba82 (patch)
treef3397dce44f44700f06eb5b2c2e9f8596da1fa3c /p/haskell-http-client
parent95c967183bb4802314d59eebb88966d0974b164d (diff)
downloadDHG_packages-2f1ad930e98b0c475b2dd76b43d02c582b21ba82.tar.gz
haskell-http-client: Use network-uri
Diffstat (limited to 'p/haskell-http-client')
-rw-r--r--p/haskell-http-client/debian/changelog6
-rw-r--r--p/haskell-http-client/debian/control6
2 files changed, 10 insertions, 2 deletions
diff --git a/p/haskell-http-client/debian/changelog b/p/haskell-http-client/debian/changelog
index 8036148e8..f7c82566c 100644
--- a/p/haskell-http-client/debian/changelog
+++ b/p/haskell-http-client/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-client (0.3.8.2-3) UNRELEASED; urgency=medium
+
+ * Use network-uri
+
+ -- Joachim Breitner <nomeata@debian.org> Wed, 22 Apr 2015 10:27:10 +0200
+
haskell-http-client (0.3.8.2-2) experimental; urgency=medium
* Depend on haskell-devscripts 0.9, found in experimental
diff --git a/p/haskell-http-client/debian/control b/p/haskell-http-client/debian/control
index b41963579..c4b1778e3 100644
--- a/p/haskell-http-client/debian/control
+++ b/p/haskell-http-client/debian/control
@@ -23,9 +23,10 @@ Build-Depends: debhelper (>= 9)
, libghc-exceptions-prof
, libghc-http-types-dev (>= 0.8)
, libghc-http-types-prof
- , libghc-network-dev (>= 2.3)
- , libghc-network-dev (<< 2.6)
+ , libghc-network-dev (>= 2.6)
, libghc-network-prof
+ , libghc-network-uri-dev (>= 2.6)
+ , libghc-network-uri-prof
, libghc-zlib-bindings-dev (>= 0.1)
, libghc-zlib-bindings-dev (<< 0.2)
, libghc-zlib-bindings-prof
@@ -56,6 +57,7 @@ Build-Depends-Indep: ghc-doc
, libghc-mime-types-doc
, libghc-http-types-doc
, libghc-network-doc
+ , libghc-network-uri-doc
, libghc-zlib-bindings-doc
, libghc-publicsuffixlist-doc
, libghc-failure-doc