[Pkg-haskell-commits] darcs: haskell-classy-prelude-conduit: staging conduit 1.1 transition

Clint Adams clint at debian.org
Tue Jun 10 13:56:23 UTC 2014


Tue Jun 10 13:54:35 UTC 2014  Clint Adams <clint at debian.org>
  * staging conduit 1.1 transition

    M ./changelog -2 +7
    M ./control -9 +13
    M ./rules +2

Tue Jun 10 13:54:35 UTC 2014  Clint Adams <clint at debian.org>
  * staging conduit 1.1 transition
diff -rN -u old-haskell-classy-prelude-conduit/changelog new-haskell-classy-prelude-conduit/changelog
--- old-haskell-classy-prelude-conduit/changelog	2014-06-10 13:56:23.545889554 +0000
+++ new-haskell-classy-prelude-conduit/changelog	2014-06-10 13:56:23.549889553 +0000
@@ -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 at debian.org>  Sat, 05 Oct 2013 18:19:50 +0200
+  [ Clint Adams ]
+  * New upstream version.
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Fri, 06 Jun 2014 07:54:01 -0400
 
 haskell-classy-prelude-conduit (0.5.3-1) unstable; urgency=low
 
diff -rN -u old-haskell-classy-prelude-conduit/control new-haskell-classy-prelude-conduit/control
--- old-haskell-classy-prelude-conduit/control	2014-06-10 13:56:23.545889554 +0000
+++ new-haskell-classy-prelude-conduit/control	2014-06-10 13:56:23.549889553 +0000
@@ -8,32 +8,36 @@
   , 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 -rN -u old-haskell-classy-prelude-conduit/rules new-haskell-classy-prelude-conduit/rules
--- old-haskell-classy-prelude-conduit/rules	2014-06-10 13:56:23.541889554 +0000
+++ new-haskell-classy-prelude-conduit/rules	2014-06-10 13:56:23.553889550 +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