[Pkg-haskell-commits] darcs: haskell-http-conduit: New upstream version 1.8.3.
Clint Adams
clint at debian.org
Sun Nov 18 03:04:03 UTC 2012
Sun Nov 18 03:03:47 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 1.8.3.
Ignore-this: 7e1480a1a13be9fd228a7ee3ae540d70
M ./changelog +7
M ./control -12 +11
M ./rules -1 +1
Sun Nov 18 03:03:47 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 1.8.3.
Ignore-this: 7e1480a1a13be9fd228a7ee3ae540d70
diff -rN -u old-haskell-http-conduit//changelog new-haskell-http-conduit//changelog
--- old-haskell-http-conduit//changelog 2012-11-18 03:04:03.635727913 +0000
+++ new-haskell-http-conduit//changelog 2012-11-18 03:04:03.639722559 +0000
@@ -1,3 +1,10 @@
+haskell-http-conduit (1.8.3-1) experimental; urgency=low
+
+ * New upstream version.
+ * Enable test suite.
+
+ -- Clint Adams <clint at debian.org> Sat, 17 Nov 2012 21:55:29 -0500
+
haskell-http-conduit (1.6.1.2-1) experimental; urgency=low
[ Giovanni Mascellani ]
diff -rN -u old-haskell-http-conduit//control new-haskell-http-conduit//control
--- old-haskell-http-conduit//control 2012-11-18 03:04:03.631719609 +0000
+++ new-haskell-http-conduit//control 2012-11-18 03:04:03.643721191 +0000
@@ -28,8 +28,8 @@
, libghc-blaze-builder-conduit-prof
, libghc-case-insensitive-dev (>> 0.2)
, libghc-case-insensitive-prof
- , libghc-certificate-dev (>> 1.2)
- , libghc-certificate-dev (<< 1.3)
+ , libghc-certificate-dev (>> 1.3)
+ , libghc-certificate-dev (<< 1.4)
, libghc-certificate-prof
, libghc-conduit-dev (>> 0.5)
, libghc-conduit-dev (<< 0.6)
@@ -40,8 +40,7 @@
, libghc-cprng-aes-dev (>> 0.2)
, libghc-cprng-aes-dev (<< 0.3)
, libghc-cprng-aes-prof
- , libghc-data-default-dev (>> 0.3)
- , libghc-data-default-dev (<< 0.5)
+ , libghc-data-default-dev
, libghc-data-default-prof
, libghc-failure-dev (>> 0.1)
, libghc-failure-prof
@@ -65,11 +64,11 @@
, libghc-socks-prof
, libghc-text-dev
, libghc-text-prof
- , libghc-tls-dev (>> 0.9.3)
- , libghc-tls-dev (<< 0.10)
+ , libghc-tls-dev (>> 1.0)
+ , libghc-tls-dev (<< 1.1)
, libghc-tls-prof
- , libghc-tls-extra-dev (>> 0.4.5)
- , libghc-tls-extra-dev (<< 0.5)
+ , libghc-tls-extra-dev (>> 0.5)
+ , libghc-tls-extra-dev (<< 0.6)
, libghc-tls-extra-prof
, libghc-transformers-dev (>> 0.2)
, libghc-transformers-prof
@@ -84,10 +83,10 @@
, libghc-zlib-conduit-dev (>> 0.5)
, libghc-zlib-conduit-dev (<< 0.6)
, libghc-zlib-conduit-prof
-# , libghc-hunit-dev
-# , libghc-hspec-dev (>> 1.3)
-# , libghc-wai-dev
-# , libghc-warp-dev (>> 1.2.1)
+ , libghc-hunit-dev
+ , libghc-hspec-dev (>> 1.3)
+ , libghc-wai-dev
+ , libghc-warp-dev (>> 1.2.1)
Build-Depends-Indep: ghc-doc
, libghc-asn1-data-doc
, libghc-attoparsec-doc
diff -rN -u old-haskell-http-conduit//rules new-haskell-http-conduit//rules
--- old-haskell-http-conduit//rules 2012-11-18 03:04:03.591724382 +0000
+++ new-haskell-http-conduit//rules 2012-11-18 03:04:03.647720546 +0000
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-#DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list