git-annex/standalone/android/haskell-patches/case-insensitive-0.4.0.1_0001-allow-building-with-unreleased-ghc.patch
Joey Hess 1bc5734037 add patches porting necessary Haskell libraries to Android
This goes all the way up to Yesod, but everything above Wai is a real hack
job, removing TH left and right.
2013-02-28 23:43:26 -04:00

27 lines
838 B
Diff

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