[DHG_packages] 01/01: bytestring-show: patch to build with newer binary
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 14:51:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 033c67c3ed36215b5fb8fc79dd19504576b667d7
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 9 13:00:47 2016 -0400
bytestring-show: patch to build with newer binary
---
p/haskell-bytestring-show/debian/changelog | 6 ++++++
p/haskell-bytestring-show/debian/patches/newer-binary | 11 +++++++++++
p/haskell-bytestring-show/debian/patches/series | 1 +
3 files changed, 18 insertions(+)
diff --git a/p/haskell-bytestring-show/debian/changelog b/p/haskell-bytestring-show/debian/changelog
index 1c8814a..aca1e0d 100644
--- a/p/haskell-bytestring-show/debian/changelog
+++ b/p/haskell-bytestring-show/debian/changelog
@@ -1,3 +1,9 @@
+haskell-bytestring-show (0.3.5.6-7) experimental; urgency=medium
+
+ * Patch to build with newer binary.
+
+ -- Clint Adams <clint at debian.org> Sun, 09 Oct 2016 13:00:30 -0400
+
haskell-bytestring-show (0.3.5.6-6) experimental; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-bytestring-show/debian/patches/newer-binary b/p/haskell-bytestring-show/debian/patches/newer-binary
new file mode 100644
index 0000000..ca4912b
--- /dev/null
+++ b/p/haskell-bytestring-show/debian/patches/newer-binary
@@ -0,0 +1,11 @@
+--- a/bytestring-show.cabal
++++ b/bytestring-show.cabal
+@@ -16,7 +16,7 @@ flag integer-simple
+ description: use with integer-simple build of GHC
+
+ library
+- build-depends: base < 5, binary < 0.8, bytestring >= 0.9 && <= 1, array < 0.6, containers < 0.6
++ build-depends: base < 5, binary < 0.9, bytestring >= 0.9 && <= 1, array < 0.6, containers < 0.6
+
+ exposed-modules:
+ Text.Show.ByteString
diff --git a/p/haskell-bytestring-show/debian/patches/series b/p/haskell-bytestring-show/debian/patches/series
new file mode 100644
index 0000000..8e7e98e
--- /dev/null
+++ b/p/haskell-bytestring-show/debian/patches/series
@@ -0,0 +1 @@
+newer-binary
--
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