git-annex/standalone/android/haskell-patches/HTTP_4000.2.8-0001-build-with-base-4.8.patch

26 lines
703 B
Diff
Raw Normal View History

From 5c57c4ae7dac0c1aa940005f5ea55fdcd4fcd1f5 Mon Sep 17 00:00:00 2001
From: foo <foo@bar>
Date: Sat, 21 Sep 2013 22:46:42 +0000
Subject: [PATCH] fix build with new base
2013-05-07 22:18:01 +00:00
---
HTTP.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
2013-05-07 22:18:01 +00:00
diff --git a/HTTP.cabal b/HTTP.cabal
index 76cb5d6..bb38f24 100644
2013-05-07 22:18:01 +00:00
--- a/HTTP.cabal
+++ b/HTTP.cabal
@@ -85,7 +85,7 @@ Library
2013-05-07 22:18:01 +00:00
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.9, network < 2.5, parsec
2013-05-07 22:18:01 +00:00
Extensions: FlexibleInstances
if flag(old-base)
Build-depends: base < 3
--
1.7.10.4