[Pkg-haskell-commits] darcs: haskell-wai: staging conduit 1.1 transition
Clint Adams
clint at debian.org
Tue Jun 10 13:55:43 UTC 2014
Tue Jun 10 13:54:34 UTC 2014 Clint Adams <clint at debian.org>
* staging conduit 1.1 transition
M ./changelog +7
M ./control -7 +1
M ./rules +2
Tue Jun 10 13:54:34 UTC 2014 Clint Adams <clint at debian.org>
* staging conduit 1.1 transition
diff -rN -u old-haskell-wai/changelog new-haskell-wai/changelog
--- old-haskell-wai/changelog 2014-06-10 13:55:43.073917232 +0000
+++ new-haskell-wai/changelog 2014-06-10 13:55:43.077917227 +0000
@@ -1,3 +1,10 @@
+haskell-wai (3.0.0-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Fri, 06 Jun 2014 11:37:52 -0400
+
haskell-wai (2.1.0-1) unstable; urgency=medium
* New upstream release
diff -rN -u old-haskell-wai/control new-haskell-wai/control
--- old-haskell-wai/control 2014-06-10 13:55:43.073917232 +0000
+++ new-haskell-wai/control 2014-06-10 13:55:43.077917227 +0000
@@ -11,27 +11,21 @@
, libghc-blaze-builder-dev (>= 0.2.1.4)
, libghc-blaze-builder-dev (<< 0.4)
, libghc-blaze-builder-prof
- , libghc-conduit-dev (>= 1.0.8)
- , libghc-conduit-dev (<< 1.1)
- , libghc-conduit-prof
, libghc-http-types-dev (>= 0.7)
, libghc-http-types-prof
, libghc-network-dev (>= 2.2.1.5)
, libghc-network-prof
, libghc-text-dev (>= 0.7)
, libghc-text-prof
- , libghc-transformers-dev (>= 0.2.2)
- , libghc-transformers-prof
, libghc-vault-dev (>= 0.3)
, libghc-vault-dev (<< 0.4)
, libghc-vault-prof
+ , libghc-hspec-dev
Build-Depends-Indep: ghc-doc
, libghc-blaze-builder-doc
- , libghc-conduit-doc
, libghc-http-types-doc
, libghc-network-doc
, libghc-text-doc
- , libghc-transformers-doc
, libghc-vault-doc
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/wai
diff -rN -u old-haskell-wai/rules new-haskell-wai/rules
--- old-haskell-wai/rules 2014-06-10 13:55:43.073917232 +0000
+++ new-haskell-wai/rules 2014-06-10 13:55:43.081917222 +0000
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+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