[DHG_packages] 01/101: split: ghc-7.10 compat patch

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:05:57 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 1f21707ab98007523ecd0a60d807f3a92d064590
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 15:54:51 2015 +0200

    split: ghc-7.10 compat patch
---
 p/haskell-split/debian/changelog        |  6 ++++++
 p/haskell-split/debian/patches/ghc-7.10 | 13 +++++++++++++
 p/haskell-split/debian/patches/series   |  1 +
 3 files changed, 20 insertions(+)

diff --git a/p/haskell-split/debian/changelog b/p/haskell-split/debian/changelog
index bbea871..9350e80 100644
--- a/p/haskell-split/debian/changelog
+++ b/p/haskell-split/debian/changelog
@@ -1,3 +1,9 @@
+haskell-split (0.2.2-4) UNRELEASED; urgency=medium
+
+  * Patch to allow GHC-7.10 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 15:54:39 +0200
+
 haskell-split (0.2.2-3) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/p/haskell-split/debian/patches/ghc-7.10 b/p/haskell-split/debian/patches/ghc-7.10
new file mode 100644
index 0000000..eae8b6f
--- /dev/null
+++ b/p/haskell-split/debian/patches/ghc-7.10
@@ -0,0 +1,13 @@
+Index: haskell-split/split.cabal
+===================================================================
+--- haskell-split.orig/split.cabal	2013-04-14 20:47:17.000000000 +0200
++++ haskell-split/split.cabal	2015-08-15 15:54:29.646229442 +0200
+@@ -51,7 +51,7 @@
+ 
+ Library
+   ghc-options:       -Wall
+-  build-depends:     base <4.8
++  build-depends:     base <4.9
+   exposed-modules:   Data.List.Split, Data.List.Split.Internals
+   default-language:  Haskell2010
+   Hs-source-dirs:    src
diff --git a/p/haskell-split/debian/patches/series b/p/haskell-split/debian/patches/series
new file mode 100644
index 0000000..dfe2e5c
--- /dev/null
+++ b/p/haskell-split/debian/patches/series
@@ -0,0 +1 @@
+ghc-7.10

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