add new regex packages
authorSimon Marlow <simonmar@microsoft.com>
Thu, 24 Aug 2006 09:44:43 +0000 (09:44 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 24 Aug 2006 09:44:43 +0000 (09:44 +0000)
.darcs-boring
libraries/Makefile
libraries/default-packages

index 5318d79..2382892 100644 (file)
@@ -52,6 +52,9 @@
 ^libraries/network/
 ^libraries/parsec/
 ^libraries/readline/
+^libraries/regex-base/
+^libraries/regex-compat/
+^libraries/regex-posix/
 ^libraries/stm/
 ^libraries/template-haskell/
 ^libraries/time/
index efef852..026fe45 100644 (file)
@@ -9,7 +9,7 @@ include $(TOP)/mk/boilerplate.mk
 # want the Makefile.
 MFLAGS += -f Makefile
 
-SUBDIRS = base haskell98 template-haskell readline
+SUBDIRS = base haskell98 template-haskell readline regex-base regex-posix regex-compat
 
 ifeq "$(GhcLibsWithUnix)" "YES"
 SUBDIRS += unix
index 30aad88..6927cc7 100644 (file)
@@ -23,6 +23,9 @@ mtl
 network
 parsec
 readline
+regex-base
+regex-posix
+regex-compat
 stm
 template-haskell
 time