summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/case-insensitive-0.4.0.1_0001-allow-building-with-unreleased-ghc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/android/haskell-patches/case-insensitive-0.4.0.1_0001-allow-building-with-unreleased-ghc.patch')
-rw-r--r--standalone/android/haskell-patches/case-insensitive-0.4.0.1_0001-allow-building-with-unreleased-ghc.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/standalone/android/haskell-patches/case-insensitive-0.4.0.1_0001-allow-building-with-unreleased-ghc.patch b/standalone/android/haskell-patches/case-insensitive-0.4.0.1_0001-allow-building-with-unreleased-ghc.patch
new file mode 100644
index 000000000..2d7c45089
--- /dev/null
+++ b/standalone/android/haskell-patches/case-insensitive-0.4.0.1_0001-allow-building-with-unreleased-ghc.patch
@@ -0,0 +1,27 @@
+From efd0e93de82c0b5554a4f3a4517e6127f405f6da Mon Sep 17 00:00:00 2001
+From: Joey Hess <joey@kitenet.net>
+Date: Thu, 28 Feb 2013 23:29:36 -0400
+Subject: [PATCH] allow building with unreleased ghc
+
+---
+ case-insensitive.cabal | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/case-insensitive.cabal b/case-insensitive.cabal
+index a73479d..18a1a51 100644
+--- a/case-insensitive.cabal
++++ b/case-insensitive.cabal
+@@ -25,8 +25,8 @@ source-repository head
+
+ Library
+ GHC-Options: -Wall
+- build-depends: base >= 3 && < 4.6
+- , bytestring >= 0.9 && < 0.10
++ build-depends: base >= 3 && < 4.8
++ , bytestring >= 0.9 && < 0.15
+ , text >= 0.3 && < 0.12
+ , hashable >= 1.0 && < 1.2
+ exposed-modules: Data.CaseInsensitive
+--
+1.7.10.4
+