From: Ian Lynagh Date: Wed, 23 May 2007 19:08:43 +0000 (+0000) Subject: process is now split off from base X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d11e18f6a7716bf716d25893de61daf3b096abb1;hp=364193a015565b043c5d0417750b023af6760c4f process is now split off from base --- diff --git a/libraries/Makefile b/libraries/Makefile index 7d4c067..a76739e 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -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" diff --git a/libraries/core-packages b/libraries/core-packages index 02f30dc..51e5323 100644 --- a/libraries/core-packages +++ b/libraries/core-packages @@ -6,6 +6,7 @@ haskell98 old-locale old-time pretty +process random readline template-haskell