add html package
authorSimon Marlow <simonmar@microsoft.com>
Thu, 10 Aug 2006 11:37:19 +0000 (11:37 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 10 Aug 2006 11:37:19 +0000 (11:37 +0000)
.darcs-boring
libraries/Makefile
libraries/default-packages

index 50d2673..3cf6383 100644 (file)
@@ -45,6 +45,7 @@
 ^libraries/fgl/
 ^libraries/haskell-src/
 ^libraries/haskell98/
+^libraries/html/
 ^libraries/monads/
 ^libraries/mtl/
 ^libraries/network/
index 618916e..522f15c 100644 (file)
@@ -38,6 +38,7 @@ SUBDIRS += $(wildcard GLUT)
 SUBDIRS += $(wildcard OpenAL)
 SUBDIRS += $(wildcard ALUT)
 SUBDIRS += $(wildcard stm)
+SUBDIRS += $(wildcard html)
 ifeq "$(GhcLibsWithObjectIO)" "YES"
 SUBDIRS += $(wildcard ObjectIO)
 endif
index bc73ac2..471d480 100644 (file)
@@ -16,6 +16,7 @@ base
 fgl
 haskell-src
 haskell98
+html
 monads
 mtl
 network