summaryrefslogtreecommitdiff
path: root/p/haskell-split
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-15 15:54:51 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-15 18:05:01 +0200
commit1f21707ab98007523ecd0a60d807f3a92d064590 (patch)
tree98180339ad50ef888f9ff06b9718f6049680bb81 /p/haskell-split
parente5882d99598d41cb4bf7f2a3b0e16cf2b6c9827c (diff)
downloadDHG_packages-1f21707ab98007523ecd0a60d807f3a92d064590.tar.gz
split: ghc-7.10 compat patch
Diffstat (limited to 'p/haskell-split')
-rw-r--r--p/haskell-split/debian/changelog6
-rw-r--r--p/haskell-split/debian/patches/ghc-7.1013
-rw-r--r--p/haskell-split/debian/patches/series1
3 files changed, 20 insertions, 0 deletions
diff --git a/p/haskell-split/debian/changelog b/p/haskell-split/debian/changelog
index bbea871d0..9350e803f 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@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 000000000..eae8b6fa5
--- /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 000000000..dfe2e5caf
--- /dev/null
+++ b/p/haskell-split/debian/patches/series
@@ -0,0 +1 @@
+ghc-7.10