more patch cleanup

This commit is contained in:
Joey Hess 2013-05-07 19:18:21 -04:00
parent a54402a047
commit 57767270d6
4 changed files with 49 additions and 81 deletions

View file

@ -1,17 +1,17 @@
From 413b087d3f6b1f4e80313035797144621356c36c Mon Sep 17 00:00:00 2001
From 32d0741c64e6bd280e46f7c452db9462fbac05f9 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
Date: Tue, 7 May 2013 18:21:04 -0400
Subject: [PATCH] fix build
---
HTTP.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
HTTP.cabal | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/HTTP.cabal b/HTTP.cabal
index 76cb5d6..c7019f0 100644
index 76cb5d6..edddf26 100644
--- a/HTTP.cabal
+++ b/HTTP.cabal
@@ -85,7 +85,7 @@ Library
@@ -85,12 +85,12 @@ Library
Network.HTTP.Utils
Paths_HTTP
GHC-options: -fwarn-missing-signatures -Wall
@ -20,6 +20,12 @@ index 76cb5d6..c7019f0 100644
Extensions: FlexibleInstances
if flag(old-base)
Build-depends: base < 3
else
- Build-depends: base >= 3, array, old-time, bytestring
+ Build-depends: base >= 3, array, old-time, bytestring (>= 0.10.3.0)
if flag(mtl1)
Build-depends: mtl >= 1.1 && < 1.2
--
1.7.10.4