From: Ian Lynagh Date: Sat, 19 May 2007 12:07:15 +0000 (+0000) Subject: directory, old-time and random are now split off from base X-Git-Tag: 2007-06-12~72 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=45f2165bbd14ebdf11b2762f3c52849cb08e82b5 directory, old-time and random are now split off from base --- diff --git a/libraries/Makefile b/libraries/Makefile index eda3932..2664d36 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -23,7 +23,8 @@ TOP=. include $(TOP)/mk/boilerplate.mk endif -SUBDIRS = base filepath haskell98 pretty template-haskell readline Cabal +SUBDIRS = base old-time directory filepath pretty template-haskell \ + readline Cabal random haskell98 ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix diff --git a/libraries/core-packages b/libraries/core-packages index 85fe05f..0ad3bec 100644 --- a/libraries/core-packages +++ b/libraries/core-packages @@ -1,8 +1,11 @@ base Cabal +directory filepath haskell98 +old-time pretty +random readline template-haskell unix