aboutsummaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/wai-extra_1.3.2.1_0001-disable-CGI-module.patch
blob: 7d5d6e2ba2bfaf59308d9e1c34e1b3fd8389df95 (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
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