[DHG_packages] 02/03: dataenc: Patch to allow GHC-7.10

Joachim Breitner nomeata at moszumanska.debian.org
Sat Aug 15 13:49:24 UTC 2015


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

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit 6691a6e586bee1fa5770d81b64ddc3fc0b695609
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 15:43:16 2015 +0200

    dataenc: Patch to allow GHC-7.10
---
 p/haskell-dataenc/debian/changelog                           |  6 ++++++
 p/haskell-dataenc/debian/patches/series                      |  1 +
 .../debian/patches/update-build-deps-ghc-7.10.1              | 12 ++++++++++++
 3 files changed, 19 insertions(+)

diff --git a/p/haskell-dataenc/debian/changelog b/p/haskell-dataenc/debian/changelog
index 71c0803..b7f254d 100644
--- a/p/haskell-dataenc/debian/changelog
+++ b/p/haskell-dataenc/debian/changelog
@@ -1,3 +1,9 @@
+haskell-dataenc (0.14.0.7-4) UNRELEASED; urgency=medium
+
+  * Patch to allow GHC-7.10
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 15:42:54 +0200
+
 haskell-dataenc (0.14.0.7-3) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/p/haskell-dataenc/debian/patches/series b/p/haskell-dataenc/debian/patches/series
new file mode 100644
index 0000000..21b2a85
--- /dev/null
+++ b/p/haskell-dataenc/debian/patches/series
@@ -0,0 +1 @@
+update-build-deps-ghc-7.10.1
diff --git a/p/haskell-dataenc/debian/patches/update-build-deps-ghc-7.10.1 b/p/haskell-dataenc/debian/patches/update-build-deps-ghc-7.10.1
new file mode 100644
index 0000000..2bfe629
--- /dev/null
+++ b/p/haskell-dataenc/debian/patches/update-build-deps-ghc-7.10.1
@@ -0,0 +1,12 @@
+diff -aur dataenc-0.14.0.7/dataenc.cabal dataenc-0.14.0.7.new/dataenc.cabal
+--- dataenc-0.14.0.7/dataenc.cabal	2014-04-22 20:38:41.000000000 +0200
++++ dataenc-0.14.0.7.new/dataenc.cabal	2015-03-31 19:19:16.308257528 +0200
+@@ -21,7 +21,7 @@
+ 
+ library
+     hs-source-dirs: src
+-    build-depends: array, base >= 3.0.0 && < 4.8, containers
++    build-depends: array, base >= 3.0.0 && < 4.9, containers
+     exposed-modules:
+             Codec.Binary.Base16
+             Codec.Binary.Base32

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