[Pkg-haskell-commits] darcs: haskell-pipes: New upstream version 4.0.1.
Clint Adams
clint at debian.org
Mon Dec 9 01:18:37 UTC 2013
Mon Dec 9 01:18:06 UTC 2013 Clint Adams <clint at debian.org>
* New upstream version 4.0.1.
M ./changelog +7
M ./control -1 +6
M ./rules -1 +1
Mon Dec 9 01:18:06 UTC 2013 Clint Adams <clint at debian.org>
* New upstream version 4.0.1.
diff -rN -u old-haskell-pipes/changelog new-haskell-pipes/changelog
--- old-haskell-pipes/changelog 2013-12-09 01:18:37.257215116 +0000
+++ new-haskell-pipes/changelog 2013-12-09 01:18:37.257215116 +0000
@@ -1,3 +1,10 @@
+haskell-pipes (4.0.1-1) unstable; urgency=low
+
+ * New upstream version.
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Sun, 08 Dec 2013 20:08:46 -0500
+
haskell-pipes (4.0.0-1) unstable; urgency=low
* Initial release.
diff -rN -u old-haskell-pipes/control new-haskell-pipes/control
--- old-haskell-pipes/control 2013-12-09 01:18:37.257215116 +0000
+++ new-haskell-pipes/control 2013-12-09 01:18:37.257215116 +0000
@@ -19,12 +19,17 @@
, libghc-transformers-prof
, libghc-void-dev (<< 0.7)
, libghc-void-prof
+ , libghc-quickcheck2-dev (>= 2.4)
+ , libghc-test-framework-dev (>= 0.4)
+ , libghc-test-framework-dev (<< 1)
+ , libghc-test-framework-quickcheck2-dev (>= 0.2.0)
+ , libghc-test-framework-quickcheck2-dev (<< 0.4)
Build-Depends-Indep: ghc-doc
, libghc-mmorph-doc
, libghc-mtl-doc
, libghc-transformers-doc
, libghc-void-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/pipes
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pipes
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pipes
diff -rN -u old-haskell-pipes/rules new-haskell-pipes/rules
--- old-haskell-pipes/rules 2013-12-09 01:18:37.253215116 +0000
+++ new-haskell-pipes/rules 2013-12-09 01:18:37.257215116 +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