diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-05 12:55:51 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-05 12:55:51 +0000 |
commit | 39b529c5fa4138cd359be1f1c5c9c6bdfacd6770 (patch) | |
tree | 55b3374364c56ee5533228f5a81a93522ec6e86d | |
parent | 7a7cb61b0de4a82d959fa3e8f2a3befba21ac0f8 (diff) | |
download | haskell-39b529c5fa4138cd359be1f1c5c9c6bdfacd6770.tar.gz |
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.
-rw-r--r-- | libraries/Makefile | 1 | ||||
-rw-r--r-- | packages | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index 9ff8db44b1..8e0e665e18 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) @@ -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 |