directory, old-time and random are now split off from base
authorIan Lynagh <igloo@earth.li>
Sat, 19 May 2007 12:07:15 +0000 (12:07 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 19 May 2007 12:07:15 +0000 (12:07 +0000)
libraries/Makefile
libraries/core-packages

index eda3932..2664d36 100644 (file)
@@ -23,7 +23,8 @@ TOP=.
 include $(TOP)/mk/boilerplate.mk
 endif
 
-SUBDIRS = base filepath haskell98 pretty template-haskell readline Cabal
+SUBDIRS = base old-time directory filepath pretty template-haskell \
+          readline Cabal random haskell98
 
 ifeq "$(GhcLibsWithUnix)" "YES"
 SUBDIRS += unix
index 85fe05f..0ad3bec 100644 (file)
@@ -1,8 +1,11 @@
 base
 Cabal
+directory
 filepath
 haskell98
+old-time
 pretty
+random
 readline
 template-haskell
 unix