add patches porting necessary Haskell libraries to Android

This goes all the way up to Yesod, but everything above Wai is a real hack
job, removing TH left and right.
This commit is contained in:
Joey Hess 2013-02-28 23:43:26 -04:00
parent 1943bb31ab
commit 1bc5734037
31 changed files with 6311 additions and 0 deletions

View file

@ -0,0 +1,26 @@
From dc6d0128e666dcab07ddee56a22a4177ebfc0c7b Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Thu, 28 Feb 2013 23:38:33 -0400
Subject: [PATCH] disable CGI module
I don't need it and it failed to build.
---
wai-extra.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wai-extra.cabal b/wai-extra.cabal
index 9e9f0fc..007dd0f 100644
--- a/wai-extra.cabal
+++ b/wai-extra.cabal
@@ -44,7 +44,7 @@ Library
, void >= 0.5 && < 0.6
, stringsearch >= 0.3 && < 0.4
- Exposed-modules: Network.Wai.Handler.CGI
+ Exposed-modules:
Network.Wai.Middleware.AcceptOverride
Network.Wai.Middleware.Autohead
Network.Wai.Middleware.CleanPath
--
1.7.10.4