[Pkg-haskell-commits] darcs: haskell-conduit-extra: New upstream release

Joachim Breitner mail at joachim-breitner.de
Mon Apr 6 19:14:26 UTC 2015


Mon Apr  6 12:12:15 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release

    M ./changelog +6
    M ./control -1 +1
    A ./patches/
    A ./patches/no-bytestring-builder
    A ./patches/series

Mon Apr  6 12:12:15 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
diff -rN -u old-haskell-conduit-extra/changelog new-haskell-conduit-extra/changelog
--- old-haskell-conduit-extra/changelog	2015-04-06 19:14:26.812093054 +0000
+++ new-haskell-conduit-extra/changelog	2015-04-06 19:14:26.816093053 +0000
@@ -1,3 +1,9 @@
+haskell-conduit-extra (1.1.7.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 05 Apr 2015 17:23:12 +0200
+
 haskell-conduit-extra (1.1.4.1-1) experimental; urgency=medium
 
   * Depend on haskell-devscripts 0.9, found in experimental
diff -rN -u old-haskell-conduit-extra/control new-haskell-conduit-extra/control
--- old-haskell-conduit-extra/control	2015-04-06 19:14:26.812093054 +0000
+++ new-haskell-conduit-extra/control	2015-04-06 19:14:26.816093053 +0000
@@ -25,7 +25,7 @@
   , libghc-resourcet-prof
   , libghc-stm-dev
   , libghc-stm-prof
-  , libghc-streaming-commons-dev (>= 0.1.4)
+  , libghc-streaming-commons-dev (>= 0.1.10)
   , libghc-streaming-commons-prof
   , libghc-text-dev
   , libghc-text-prof
diff -rN -u old-haskell-conduit-extra/patches/no-bytestring-builder new-haskell-conduit-extra/patches/no-bytestring-builder
--- old-haskell-conduit-extra/patches/no-bytestring-builder	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-conduit-extra/patches/no-bytestring-builder	2015-04-06 19:14:26.816093053 +0000
@@ -0,0 +1,14 @@
+Index: conduit-extra-1.1.7.1/conduit-extra.cabal
+===================================================================
+--- conduit-extra-1.1.7.1.orig/conduit-extra.cabal	2015-04-06 13:33:45.464741391 +0200
++++ conduit-extra-1.1.7.1/conduit-extra.cabal	2015-04-06 13:34:57.374338797 +0200
+@@ -70,8 +70,7 @@
+                    , async
+                    , attoparsec
+                    , blaze-builder
+-                   , bytestring-builder
+-                   , bytestring
++                   , bytestring >= 0.10.4
+                    , exceptions
+                    , process
+                    , resourcet
diff -rN -u old-haskell-conduit-extra/patches/series new-haskell-conduit-extra/patches/series
--- old-haskell-conduit-extra/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-conduit-extra/patches/series	2015-04-06 19:14:26.816093053 +0000
@@ -0,0 +1 @@
+no-bytestring-builder




More information about the Pkg-haskell-commits mailing list