Added xhtml and cgi as default libraries.
authorbringert@cs.chalmers.se <unknown>
Mon, 14 Aug 2006 11:32:42 +0000 (11:32 +0000)
committerbringert@cs.chalmers.se <unknown>
Mon, 14 Aug 2006 11:32:42 +0000 (11:32 +0000)
libraries/Makefile
libraries/default-packages

index 5a9067f..efef852 100644 (file)
@@ -39,6 +39,8 @@ SUBDIRS += $(wildcard GLUT)
 SUBDIRS += $(wildcard OpenAL)
 SUBDIRS += $(wildcard ALUT)
 SUBDIRS += $(wildcard stm)
+SUBDIRS += $(wildcard xhtml)
+SUBDIRS += $(wildcard cgi)
 ifeq "$(GhcLibsWithObjectIO)" "YES"
 SUBDIRS += $(wildcard ObjectIO)
 endif
index 471d480..30aad88 100644 (file)
@@ -13,6 +13,7 @@ Win32
 X11
 arrows
 base
+cgi
 fgl
 haskell-src
 haskell98
@@ -26,3 +27,4 @@ stm
 template-haskell
 time
 unix
+xhtml