From: Ian Lynagh Date: Tue, 5 Aug 2008 12:55:51 +0000 (+0000) Subject: Remove the cgi package from extralibs X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=39b529c5fa4138cd359be1f1c5c9c6bdfacd6770;p=ghc-hetmet.git Remove the cgi package from extralibs 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. --- diff --git a/libraries/Makefile b/libraries/Makefile index 9ff8db4..8e0e665 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -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) diff --git a/packages b/packages index d02ddb1..4576ffb 100644 --- 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