[DHG_packages] 03/03: io-streams-haproxy: patch to use newer io-streams
Sean Whitton
spwhitton at spwhitton.name
Sun Sep 10 23:23:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
spwhitton pushed a commit to branch master
in repository DHG_packages.
commit 6878ab476f715645072be40f650763972f2669bb
Author: Sean Whitton <spwhitton at spwhitton.name>
Date: Sun Sep 10 16:22:39 2017 -0700
io-streams-haproxy: patch to use newer io-streams
---
p/haskell-io-streams-haproxy/debian/changelog | 6 ++++++
p/haskell-io-streams-haproxy/debian/control | 4 ++--
p/haskell-io-streams-haproxy/debian/patches/newer-io-streams | 11 +++++++++++
p/haskell-io-streams-haproxy/debian/patches/series | 1 +
4 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/p/haskell-io-streams-haproxy/debian/changelog b/p/haskell-io-streams-haproxy/debian/changelog
index 45409f4..bdf0ee8 100644
--- a/p/haskell-io-streams-haproxy/debian/changelog
+++ b/p/haskell-io-streams-haproxy/debian/changelog
@@ -1,3 +1,9 @@
+haskell-io-streams-haproxy (1.0.0.1-4) unstable; urgency=medium
+
+ * Patch to use newer io-streams.
+
+ -- Sean Whitton <spwhitton at spwhitton.name> Sun, 10 Sep 2017 16:22:32 -0700
+
haskell-io-streams-haproxy (1.0.0.1-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-io-streams-haproxy/debian/control b/p/haskell-io-streams-haproxy/debian/control
index bf5dc44..d801b56 100644
--- a/p/haskell-io-streams-haproxy/debian/control
+++ b/p/haskell-io-streams-haproxy/debian/control
@@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 10),
libghc-attoparsec-prof (>= 0.7),
libghc-attoparsec-prof (<< 0.14),
libghc-io-streams-dev (>= 1.3),
- libghc-io-streams-dev (<< 1.4),
+ libghc-io-streams-dev (<< 1.6),
libghc-io-streams-prof (>= 1.3),
- libghc-io-streams-prof (<< 1.4),
+ libghc-io-streams-prof (<< 1.6),
libghc-network-dev (>= 2.3),
libghc-network-dev (<< 2.7),
libghc-network-prof (>= 2.3),
diff --git a/p/haskell-io-streams-haproxy/debian/patches/newer-io-streams b/p/haskell-io-streams-haproxy/debian/patches/newer-io-streams
new file mode 100644
index 0000000..1bd5922
--- /dev/null
+++ b/p/haskell-io-streams-haproxy/debian/patches/newer-io-streams
@@ -0,0 +1,11 @@
+--- a/io-streams-haproxy.cabal
++++ b/io-streams-haproxy.cabal
+@@ -38,7 +38,7 @@ library
+ build-depends: base >= 4.5 && < 4.10,
+ attoparsec >= 0.7 && < 0.14,
+ bytestring >= 0.9 && < 0.11,
+- io-streams >= 1.3 && < 1.4,
++ io-streams >= 1.3 && < 1.6,
+ network >= 2.3 && < 2.7,
+ transformers >= 0.3 && < 0.6
+ default-language: Haskell2010
diff --git a/p/haskell-io-streams-haproxy/debian/patches/series b/p/haskell-io-streams-haproxy/debian/patches/series
new file mode 100644
index 0000000..27a4e52
--- /dev/null
+++ b/p/haskell-io-streams-haproxy/debian/patches/series
@@ -0,0 +1 @@
+newer-io-streams
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list