summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/HTTP_4000.2.8-0001-build-with-base-4.8.patch
blob: 7109475a95dcbbd4f3c8f880033d4a668a7c9894 (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
From 413b087d3f6b1f4e80313035797144621356c36c Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Tue, 7 May 2013 18:17:29 -0400
Subject: [PATCH] build with base 4.8

---
 HTTP.cabal |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HTTP.cabal b/HTTP.cabal
index 76cb5d6..c7019f0 100644
--- a/HTTP.cabal
+++ b/HTTP.cabal
@@ -85,7 +85,7 @@ Library
                  Network.HTTP.Utils
                  Paths_HTTP
   GHC-options: -fwarn-missing-signatures -Wall
-  Build-depends: base >= 2 && < 4.7, network < 2.5, parsec
+  Build-depends: base >= 2 && < 4.8, network < 2.5, parsec
   Extensions: FlexibleInstances
   if flag(old-base)
     Build-depends: base < 3
-- 
1.7.10.4