summaryrefslogtreecommitdiff
path: root/p/haskell-conduit
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-05-15 05:57:55 +0400
committerClint Adams <clint@debian.org>2012-05-15 05:57:55 +0400
commite9e95fa43dad950ac50fb3aabc17bcd191670263 (patch)
tree1abde3140385b0d6661b0cb71955ed30b8f47e23 /p/haskell-conduit
parent876fb99d75880980fe09891bae1644559f2be262 (diff)
downloadDHG_packages-e9e95fa43dad950ac50fb3aabc17bcd191670263.tar.gz
haskell-conduit: New upstream version 0.4.2.
Diffstat (limited to 'p/haskell-conduit')
-rw-r--r--p/haskell-conduit/debian/changelog7
-rw-r--r--p/haskell-conduit/debian/control14
-rwxr-xr-xp/haskell-conduit/debian/rules2
3 files changed, 18 insertions, 5 deletions
diff --git a/p/haskell-conduit/debian/changelog b/p/haskell-conduit/debian/changelog
index 9429c64d2..4f6d33665 100644
--- a/p/haskell-conduit/debian/changelog
+++ b/p/haskell-conduit/debian/changelog
@@ -1,3 +1,10 @@
+haskell-conduit (0.4.2-1) unstable; urgency=low
+
+ * New upstream version.
+ * Enable test suite.
+
+ -- Clint Adams <clint@debian.org> Mon, 14 May 2012 21:36:00 -0400
+
haskell-conduit (0.2.0-2) unstable; urgency=low
* Sourceful upload to rebuild documentation package.
diff --git a/p/haskell-conduit/debian/control b/p/haskell-conduit/debian/control
index 82b1c3aad..60870ef74 100644
--- a/p/haskell-conduit/debian/control
+++ b/p/haskell-conduit/debian/control
@@ -14,24 +14,28 @@ Build-Depends: debhelper (>= 7)
, libghc-monad-control-dev (>> 0.3.1)
, libghc-monad-control-dev (<< 0.4)
, libghc-monad-control-prof
+ , libghc-resourcet-dev (>> 0.3)
+ , libghc-resourcet-dev (<< 0.4)
+ , libghc-resourcet-prof
, libghc-text-dev (>> 0.11)
, libghc-text-prof
, libghc-transformers-dev (>> 0.2.2)
- , libghc-transformers-dev (<< 0.3)
+ , libghc-transformers-dev (<< 0.4)
, libghc-transformers-prof
, libghc-transformers-base-dev (>> 0.4.1)
, libghc-transformers-base-dev (<< 0.5)
, libghc-transformers-base-prof
-# , libghc-hspec-dev (>> 0.9.1)
-# , libghc-hunit-dev
-# , libghc-quickcheck-dev
+ , libghc-hspec-dev (>> 0.9.1)
+ , libghc-hunit-dev
+ , libghc-quickcheck2-dev
Build-Depends-Indep: ghc-doc
, libghc-lifted-base-doc
, libghc-monad-control-doc
+ , libghc-resourcet-doc
, libghc-text-doc
, libghc-transformers-doc
, libghc-transformers-base-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://hackage.haskell.org/package/haskell-conduit
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-conduit
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-conduit
diff --git a/p/haskell-conduit/debian/rules b/p/haskell-conduit/debian/rules
index 683e77bcf..01f1aaf04 100755
--- a/p/haskell-conduit/debian/rules
+++ b/p/haskell-conduit/debian/rules
@@ -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