[Pkg-haskell-commits] darcs: haskell-http-client: Use network-uri

Joachim Breitner mail at joachim-breitner.de
Wed Apr 22 09:20:10 UTC 2015


Wed Apr 22 09:05:18 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Use network-uri

    M ./changelog +6
    M ./control -2 +4

Wed Apr 22 09:05:18 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Use network-uri
diff -rN -u old-haskell-http-client/changelog new-haskell-http-client/changelog
--- old-haskell-http-client/changelog	2015-04-22 09:20:10.086912180 +0000
+++ new-haskell-http-client/changelog	2015-04-22 09:20:10.102912182 +0000
@@ -1,3 +1,9 @@
+haskell-http-client (0.3.8.2-3) UNRELEASED; urgency=medium
+
+  * Use network-uri
+
+ -- Joachim Breitner <nomeata at 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 -rN -u old-haskell-http-client/control new-haskell-http-client/control
--- old-haskell-http-client/control	2015-04-22 09:20:10.086912180 +0000
+++ new-haskell-http-client/control	2015-04-22 09:20:10.090912180 +0000
@@ -23,9 +23,10 @@
   , 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 @@
   , 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




More information about the Pkg-haskell-commits mailing list