process is now split off from base
authorIan Lynagh <igloo@earth.li>
Wed, 23 May 2007 19:08:43 +0000 (19:08 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 23 May 2007 19:08:43 +0000 (19:08 +0000)
libraries/Makefile
libraries/core-packages

index 7d4c067..a76739e 100644 (file)
@@ -27,7 +27,7 @@ TOP=.
 include $(TOP)/mk/boilerplate.mk
 endif
 
-SUBDIRS = base old-locale old-time directory filepath pretty \
+SUBDIRS = base old-locale old-time directory process filepath pretty \
           template-haskell readline Cabal random haskell98
 
 ifeq "$(GhcLibsWithUnix)" "YES"
index 02f30dc..51e5323 100644 (file)
@@ -6,6 +6,7 @@ haskell98
 old-locale
 old-time
 pretty
+process
 random
 readline
 template-haskell