summaryrefslogtreecommitdiff
path: root/p/haskell-classy-prelude-conduit
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2014-06-10 17:54:35 +0400
committerClint Adams <clint@debian.org>2014-06-10 17:54:35 +0400
commit61a443db5ade77169b5813f51fa14ca62ac3aa01 (patch)
treef309ad53024432623e23dee213cdf40a98d23bde /p/haskell-classy-prelude-conduit
parent91cce773d4bb1923e73a89342320684ac5e5a515 (diff)
downloadDHG_packages-61a443db5ade77169b5813f51fa14ca62ac3aa01.tar.gz
haskell-classy-prelude-conduit: staging conduit 1.1 transition
Diffstat (limited to 'p/haskell-classy-prelude-conduit')
-rw-r--r--p/haskell-classy-prelude-conduit/debian/changelog9
-rw-r--r--p/haskell-classy-prelude-conduit/debian/control22
-rwxr-xr-xp/haskell-classy-prelude-conduit/debian/rules2
3 files changed, 22 insertions, 11 deletions
diff --git a/p/haskell-classy-prelude-conduit/debian/changelog b/p/haskell-classy-prelude-conduit/debian/changelog
index c30c5dd3c..8b30bd5ad 100644
--- a/p/haskell-classy-prelude-conduit/debian/changelog
+++ b/p/haskell-classy-prelude-conduit/debian/changelog
@@ -1,8 +1,13 @@
-haskell-classy-prelude-conduit (0.5.3-2) UNRELEASED; urgency=low
+haskell-classy-prelude-conduit (0.9.2-1) unstable; urgency=medium
+ [ Joachim Breitner ]
* Adjust watch file to new hackage layout
- -- Joachim Breitner <nomeata@debian.org> Sat, 05 Oct 2013 18:19:50 +0200
+ [ Clint Adams ]
+ * New upstream version.
+ * Enable testsuite.
+
+ -- Clint Adams <clint@debian.org> Fri, 06 Jun 2014 07:54:01 -0400
haskell-classy-prelude-conduit (0.5.3-1) unstable; urgency=low
diff --git a/p/haskell-classy-prelude-conduit/debian/control b/p/haskell-classy-prelude-conduit/debian/control
index 527eb9cca..ab7e5331c 100644
--- a/p/haskell-classy-prelude-conduit/debian/control
+++ b/p/haskell-classy-prelude-conduit/debian/control
@@ -8,32 +8,36 @@ Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.8.13)
, ghc
, ghc-prof
- , libghc-classy-prelude-dev (>> 0.5.3)
- , libghc-classy-prelude-dev (<< 0.6)
+ , libghc-classy-prelude-dev (>= 0.9.2)
+ , libghc-classy-prelude-dev (<< 0.9.3)
, libghc-classy-prelude-prof
- , libghc-conduit-dev (>> 0.5.4.1)
- , libghc-conduit-dev (<< 1.1)
+ , libghc-conduit-dev (>= 1.0)
+ , libghc-conduit-dev (<< 1.2)
, libghc-conduit-prof
+ , libghc-conduit-combinators-dev (>= 0.2.4)
+ , libghc-conduit-combinators-prof
, libghc-monad-control-dev
, libghc-monad-control-prof
, libghc-resourcet-dev
, libghc-resourcet-prof
+ , libghc-system-fileio-dev
+ , libghc-system-fileio-prof
, libghc-transformers-dev
, libghc-transformers-prof
, libghc-void-dev
, libghc-void-prof
- , libghc-xml-conduit-dev (>> 1.0)
- , libghc-xml-conduit-dev (<< 1.2)
- , libghc-xml-conduit-prof
+ , libghc-hspec-dev
+ , libghc-quickcheck2-dev
Build-Depends-Indep: ghc-doc
, libghc-classy-prelude-doc
, libghc-conduit-doc
+ , libghc-conduit-combinators-doc
, libghc-monad-control-doc
, libghc-resourcet-doc
+ , libghc-system-fileio-doc
, libghc-transformers-doc
, libghc-void-doc
- , libghc-xml-conduit-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/classy-prelude-conduit
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-classy-prelude-conduit
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-classy-prelude-conduit
diff --git a/p/haskell-classy-prelude-conduit/debian/rules b/p/haskell-classy-prelude-conduit/debian/rules
index 683e77bcf..01f1aaf04 100755
--- a/p/haskell-classy-prelude-conduit/debian/rules
+++ b/p/haskell-classy-prelude-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