[Pkg-haskell-commits] darcs: haskell-http-client: New upstream version 0.3.3.

Clint Adams clint at debian.org
Fri Jun 6 12:37:39 UTC 2014


Fri Jun  6 12:37:26 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.3.3.

    M ./changelog +6
    R ./patches/disable-network-tests.patch
    R ./patches/series

Fri Jun  6 12:37:26 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.3.3.
diff -rN -u old-haskell-http-client/changelog new-haskell-http-client/changelog
--- old-haskell-http-client/changelog	2014-06-06 12:37:39.754474744 +0000
+++ new-haskell-http-client/changelog	2014-06-06 12:37:39.754474744 +0000
@@ -1,3 +1,9 @@
+haskell-http-client (0.3.3-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 06 Jun 2014 08:26:34 -0400
+
 haskell-http-client (0.2.3.1-1) unstable; urgency=medium
 
   * New upstream release
diff -rN -u old-haskell-http-client/patches/disable-network-tests.patch new-haskell-http-client/patches/disable-network-tests.patch
--- old-haskell-http-client/patches/disable-network-tests.patch	2014-06-06 12:37:39.750474747 +0000
+++ new-haskell-http-client/patches/disable-network-tests.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,25 +0,0 @@
-Description: Disable tests requiring external network resources
- Ubuntu buildds aren't permitted to access these, and Debian buildds
- shouldn't rely on them.
-Author: Colin Watson <cjwatson at debian.org>
-Forwarded: not-needed
-Last-Update: 2013-12-30
-
-Index: b/test/Spec.hs
-===================================================================
---- a/test/Spec.hs
-+++ b/test/Spec.hs
-@@ -2,11 +2,11 @@
- import qualified Network.HTTP.Client.BodySpec as BodySpec
- import qualified Network.HTTP.Client.HeadersSpec as HeadersSpec
- import qualified Network.HTTP.Client.ResponseSpec as ResponseSpec
--import qualified Network.HTTP.ClientSpec as ClientSpec
-+-- import qualified Network.HTTP.ClientSpec as ClientSpec
- 
- main :: IO ()
- main = hspec $ do
-     BodySpec.spec
-     HeadersSpec.spec
-     ResponseSpec.spec
--    ClientSpec.spec
-+    -- ClientSpec.spec
diff -rN -u old-haskell-http-client/patches/series new-haskell-http-client/patches/series
--- old-haskell-http-client/patches/series	2014-06-06 12:37:39.750474747 +0000
+++ new-haskell-http-client/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-disable-network-tests.patch




More information about the Pkg-haskell-commits mailing list