aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hoogle/files/patch-src__Web__Server.hs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-hoogle/files/patch-src__Web__Server.hs')
-rw-r--r--devel/hs-hoogle/files/patch-src__Web__Server.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hs-hoogle/files/patch-src__Web__Server.hs b/devel/hs-hoogle/files/patch-src__Web__Server.hs
new file mode 100644
index 000000000000..22ce4419a216
--- /dev/null
+++ b/devel/hs-hoogle/files/patch-src__Web__Server.hs
@@ -0,0 +1,11 @@
+--- ./src/Web/Server.hs.orig 2011-01-26 12:16:52.000000000 +0100
++++ ./src/Web/Server.hs 2011-03-13 06:06:43.636623976 +0100
+@@ -10,7 +10,7 @@
+ import General.System
+ import Control.Concurrent
+
+-import Network.Wai
++import Network.Wai hiding(statusOK)
+ import Network.Wai.Handler.Warp
+ import qualified Data.ByteString.Lazy.Char8 as LBS
+ import qualified Data.ByteString.Char8 as BS