summaryrefslogtreecommitdiff
path: root/p/haskell-io-streams
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-05-08 12:12:24 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2015-05-08 12:12:24 +0300
commit7cedbc3dfdfe25b3f37a5a94e44391fa7b8b371b (patch)
treef74f0261592b7090378c194a92258a6b95bab5b0 /p/haskell-io-streams
parent2c115c120888f3b1d1f63c6f8763d3b974ee1fd6 (diff)
downloadDHG_packages-7cedbc3dfdfe25b3f37a5a94e44391fa7b8b371b.tar.gz
haskell-io-streams: New upstream release
Diffstat (limited to 'p/haskell-io-streams')
-rw-r--r--p/haskell-io-streams/debian/changelog6
-rw-r--r--p/haskell-io-streams/debian/control15
-rw-r--r--p/haskell-io-streams/debian/patches/no-bytestring-builder24
-rw-r--r--p/haskell-io-streams/debian/patches/series1
4 files changed, 39 insertions, 7 deletions
diff --git a/p/haskell-io-streams/debian/changelog b/p/haskell-io-streams/debian/changelog
index b84c220c0..bf991ab83 100644
--- a/p/haskell-io-streams/debian/changelog
+++ b/p/haskell-io-streams/debian/changelog
@@ -1,3 +1,9 @@
+haskell-io-streams (1.3.0.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@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 --git a/p/haskell-io-streams/debian/control b/p/haskell-io-streams/debian/control
index 0e598ab14..dbc86e8d4 100644
--- a/p/haskell-io-streams/debian/control
+++ b/p/haskell-io-streams/debian/control
@@ -11,16 +11,13 @@ Build-Depends: debhelper (>= 9)
, 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 @@ Build-Depends: debhelper (>= 9)
, 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 --git a/p/haskell-io-streams/debian/patches/no-bytestring-builder b/p/haskell-io-streams/debian/patches/no-bytestring-builder
new file mode 100644
index 000000000..29e042c53
--- /dev/null
+++ b/p/haskell-io-streams/debian/patches/no-bytestring-builder
@@ -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 --git a/p/haskell-io-streams/debian/patches/series b/p/haskell-io-streams/debian/patches/series
new file mode 100644
index 000000000..d61cbb2d4
--- /dev/null
+++ b/p/haskell-io-streams/debian/patches/series
@@ -0,0 +1 @@
+no-bytestring-builder