[DHG_packages] 01/01: pipes-zlib: patch for newer pipes

Clint Adams clint at moszumanska.debian.org
Wed Jun 21 02:09:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 3b449629f219adf1502e7859a43c48ac20f1c9b9
Author: Clint Adams <clint at debian.org>
Date:   Tue Jun 20 22:09:18 2017 -0400

    pipes-zlib: patch for newer pipes
---
 p/haskell-pipes-zlib/debian/changelog           |  6 ++++++
 p/haskell-pipes-zlib/debian/control             |  1 -
 p/haskell-pipes-zlib/debian/patches/newer-pipes | 11 +++++++++++
 p/haskell-pipes-zlib/debian/patches/series      |  1 +
 4 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/p/haskell-pipes-zlib/debian/changelog b/p/haskell-pipes-zlib/debian/changelog
index 4503b30..5b9ad8c 100644
--- a/p/haskell-pipes-zlib/debian/changelog
+++ b/p/haskell-pipes-zlib/debian/changelog
@@ -1,3 +1,9 @@
+haskell-pipes-zlib (0.4.4.1-3) unstable; urgency=medium
+
+  * Patch for newer pipes.
+
+ -- Clint Adams <clint at debian.org>  Tue, 20 Jun 2017 22:07:20 -0400
+
 haskell-pipes-zlib (0.4.4.1-2) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-pipes-zlib/debian/control b/p/haskell-pipes-zlib/debian/control
index ab7a81f..3fc1bb8 100644
--- a/p/haskell-pipes-zlib/debian/control
+++ b/p/haskell-pipes-zlib/debian/control
@@ -10,7 +10,6 @@ Build-Depends:
  ghc (>= 8),
  ghc-prof,
  haskell-devscripts (>= 0.13),
- libghc-pipes-dev (<< 4.3),
  libghc-pipes-dev (>= 4.0),
  libghc-pipes-prof,
  libghc-streaming-commons-dev (<< 0.2),
diff --git a/p/haskell-pipes-zlib/debian/patches/newer-pipes b/p/haskell-pipes-zlib/debian/patches/newer-pipes
new file mode 100644
index 0000000..05a463a
--- /dev/null
+++ b/p/haskell-pipes-zlib/debian/patches/newer-pipes
@@ -0,0 +1,11 @@
+--- a/pipes-zlib.cabal
++++ b/pipes-zlib.cabal
+@@ -26,7 +26,7 @@
+                      Pipes.GZip
+     build-depends:   base >= 4.5 && < 5.0
+                    , transformers >= 0.2 && < 0.6
+-                   , pipes >= 4.0 && < 4.3
++                   , pipes >= 4.0
+                    , bytestring >= 0.9.2.1
+                    , streaming-commons >= 0.1.15 && < 0.2
+     ghc-options: -Wall -O2
diff --git a/p/haskell-pipes-zlib/debian/patches/series b/p/haskell-pipes-zlib/debian/patches/series
new file mode 100644
index 0000000..7052f10
--- /dev/null
+++ b/p/haskell-pipes-zlib/debian/patches/series
@@ -0,0 +1 @@
+newer-pipes

-- 
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