27 lines
836 B
Diff
27 lines
836 B
Diff
|
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
|
||
|
|