From d11e18f6a7716bf716d25893de61daf3b096abb1 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 23 May 2007 19:08:43 +0000 Subject: [PATCH] process is now split off from base --- libraries/Makefile | 2 +- libraries/core-packages | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4