summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-05 12:55:51 +0000
committerIan Lynagh <igloo@earth.li>2008-08-05 12:55:51 +0000
commit39b529c5fa4138cd359be1f1c5c9c6bdfacd6770 (patch)
tree55b3374364c56ee5533228f5a81a93522ec6e86d /libraries
parent7a7cb61b0de4a82d959fa3e8f2a3befba21ac0f8 (diff)
downloadhaskell-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.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Makefile1
1 files changed, 0 insertions, 1 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)