From d11e18f6a7716bf716d25893de61daf3b096abb1 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
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 7d4c06777bf..a76739ee87e 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 02f30dc6624..51e532394c5 100644
--- a/libraries/core-packages
+++ b/libraries/core-packages
@@ -6,6 +6,7 @@ haskell98
 old-locale
 old-time
 pretty
+process
 random
 readline
 template-haskell
-- 
GitLab