diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-07 18:18:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-07 18:18:01 -0400 |
commit | e198bdec4c8ffe68dc1562e7051a7e3f0dbebb1d (patch) | |
tree | 5b8a2348368ca2ac71deac2bb9668d496ce963a7 /standalone/android | |
parent | 4a970ece97e40226060aff415e2476cb8d7098df (diff) |
add
Diffstat (limited to 'standalone/android')
-rw-r--r-- | standalone/android/haskell-patches/HTTP_4000.2.8-0001-build-with-base-4.8.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/standalone/android/haskell-patches/HTTP_4000.2.8-0001-build-with-base-4.8.patch b/standalone/android/haskell-patches/HTTP_4000.2.8-0001-build-with-base-4.8.patch new file mode 100644 index 000000000..7109475a9 --- /dev/null +++ b/standalone/android/haskell-patches/HTTP_4000.2.8-0001-build-with-base-4.8.patch @@ -0,0 +1,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 + |