[Pkg-haskell-commits] darcs: haskell-io-streams: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Fri May 8 09:26:23 UTC 2015
Fri May 8 09:12:24 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
M ./changelog +6
M ./control -7 +8
A ./patches/
A ./patches/no-bytestring-builder
A ./patches/series
Fri May 8 09:12:24 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
diff -rN -u old-haskell-io-streams/changelog new-haskell-io-streams/changelog
--- old-haskell-io-streams/changelog 2015-05-08 09:26:23.101535741 +0000
+++ new-haskell-io-streams/changelog 2015-05-08 09:26:23.109535743 +0000
@@ -1,3 +1,9 @@
+haskell-io-streams (1.3.0.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org> Fri, 08 May 2015 11:11:01 +0200
+
haskell-io-streams (1.1.4.6-2) experimental; urgency=medium
* Depend on haskell-devscripts 0.9, found in experimental
diff -rN -u old-haskell-io-streams/control new-haskell-io-streams/control
--- old-haskell-io-streams/control 2015-05-08 09:26:23.101535741 +0000
+++ new-haskell-io-streams/control 2015-05-08 09:26:23.105535742 +0000
@@ -11,16 +11,13 @@
, libghc-attoparsec-dev (>= 0.10)
, libghc-attoparsec-dev (<< 0.13)
, libghc-attoparsec-prof
- , libghc-blaze-builder-dev (>= 0.3.1)
- , libghc-blaze-builder-dev (<< 0.4)
- , libghc-blaze-builder-prof
- , libghc-network-dev (>= 2.4)
- , libghc-network-dev (<< 2.6)
+ , libghc-network-dev (>= 2.3)
+ , libghc-network-dev (<< 2.7)
, libghc-network-prof
, libghc-primitive-dev (>= 0.2)
- , libghc-primitive-dev (<< 0.6)
+ , libghc-primitive-dev (<< 0.7)
, libghc-text-dev (>= 0.10)
- , libghc-text-dev (<< 1.2)
+ , libghc-text-dev (<< 1.3)
, libghc-vector-dev (>= 0.7)
, libghc-vector-dev (<< 0.11)
, libghc-vector-prof
@@ -28,6 +25,10 @@
, libghc-zlib-bindings-dev (<< 0.2)
, libghc-zlib-bindings-prof
Build-Depends-Indep: ghc-doc
+ , libghc-attoparsec-doc
+ , libghc-network-doc
+ , libghc-vector-doc
+ , libghc-zlib-bindings-doc
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/io-streams
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-io-streams
diff -rN -u old-haskell-io-streams/patches/no-bytestring-builder new-haskell-io-streams/patches/no-bytestring-builder
--- old-haskell-io-streams/patches/no-bytestring-builder 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-io-streams/patches/no-bytestring-builder 2015-05-08 09:26:23.105535742 +0000
@@ -0,0 +1,24 @@
+Index: io-streams-1.3.0.0/io-streams.cabal
+===================================================================
+--- io-streams-1.3.0.0.orig/io-streams.cabal 2015-05-08 11:09:57.556715058 +0200
++++ io-streams-1.3.0.0/io-streams.cabal 2015-05-08 11:10:31.226159507 +0200
+@@ -119,8 +119,7 @@
+
+ Build-depends: base >= 4 && <5,
+ attoparsec >= 0.10 && <0.13,
+- bytestring >= 0.9 && <0.11,
+- bytestring-builder >= 0.10 && <0.11,
++ bytestring >= 0.10.4 && <0.11,
+ network >= 2.3 && <2.7,
+ primitive >= 0.2 && <0.7,
+ process >= 1.1 && <1.3,
+@@ -200,8 +199,7 @@
+
+ Build-depends: base >= 4 && <5,
+ attoparsec >= 0.10 && <0.13,
+- bytestring >= 0.9 && <0.11,
+- bytestring-builder >= 0.10 && <0.11,
++ bytestring >= 0.10.4 && <0.11,
+ deepseq >= 1.2 && <1.5,
+ directory >= 1.1 && <2,
+ filepath >= 1.2 && <2,
diff -rN -u old-haskell-io-streams/patches/series new-haskell-io-streams/patches/series
--- old-haskell-io-streams/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-io-streams/patches/series 2015-05-08 09:26:23.105535742 +0000
@@ -0,0 +1 @@
+no-bytestring-builder
More information about the Pkg-haskell-commits
mailing list