diff options
author | Ian Lynagh <igloo@earth.li> | 2007-05-23 19:08:43 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-05-23 19:08:43 +0000 |
commit | d11e18f6a7716bf716d25893de61daf3b096abb1 (patch) | |
tree | fcc4b5abd5be5345d54fbb558f21660e99b7c39b | |
parent | 364193a015565b043c5d0417750b023af6760c4f (diff) | |
download | haskell-d11e18f6a7716bf716d25893de61daf3b096abb1.tar.gz |
process is now split off from base
-rw-r--r-- | libraries/Makefile | 2 | ||||
-rw-r--r-- | libraries/core-packages | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index 7d4c06777b..a76739ee87 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 02f30dc662..51e532394c 100644 --- a/libraries/core-packages +++ b/libraries/core-packages @@ -6,6 +6,7 @@ haskell98 old-locale old-time pretty +process random readline template-haskell |