summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/case-insensitive_0.4.0.1_0001-allow-building-with-unreleased-ghc.patch
blob: 2d7c45089a47f35c03b60705fb63b16ccfef2dee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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