Remove the cgi package from extralibs
authorIan Lynagh <igloo@earth.li>
Tue, 5 Aug 2008 12:55:51 +0000 (12:55 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 5 Aug 2008 12:55:51 +0000 (12:55 +0000)
It has some sort of Error Monad using the old Exception type.
I'm not familiar with it enough to know what the right thing to do
for it with extensible exceptions is.

libraries/Makefile
packages

index 9ff8db4..8e0e665 100644 (file)
@@ -67,7 +67,6 @@ SUBDIRS += $(wildcard mtl)
 SUBDIRS += $(wildcard time)
 SUBDIRS += $(wildcard stm)
 SUBDIRS += $(wildcard xhtml)
-SUBDIRS += $(wildcard cgi)
 SUBDIRS += $(wildcard parallel)
 SUBDIRS_BUILD += $(wildcard dph/dph-base)
 SUBDIRS_BUILD += $(wildcard dph/dph-prim-interface)
index d02ddb1..4576ffb 100644 (file)
--- a/packages
+++ b/packages
@@ -25,7 +25,6 @@ libraries/unix                          packages/unix
 libraries/Win32                         packages/Win32
 libraries/HUnit             extralibs   packages/HUnit
 libraries/QuickCheck        extralibs   packages/QuickCheck
-libraries/cgi               extralibs   packages/cgi
 libraries/haskell-src       extralibs   packages/haskell-src
 libraries/html              extralibs   packages/html
 libraries/mtl               extralibs   packages/mtl