diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-10 16:22:39 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-10 16:22:39 -0700 |
commit | 6878ab476f715645072be40f650763972f2669bb (patch) | |
tree | 06580f5fd8e008e449eaa4e5cd4759279f253d0e | |
parent | e57cc43bc2cf9869b2011f0a5f587cb4ad18136a (diff) | |
download | DHG_packages-6878ab476f715645072be40f650763972f2669bb.tar.gz |
io-streams-haproxy: patch to use newer io-streams
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 45409f431..bdf0ee890 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@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 bf5dc4415..d801b56d5 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 000000000..1bd592273 --- /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 000000000..27a4e52ca --- /dev/null +++ b/p/haskell-io-streams-haproxy/debian/patches/series @@ -0,0 +1 @@ +newer-io-streams |