From 364193a015565b043c5d0417750b023af6760c4f Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 19 May 2007 13:26:56 +0000 Subject: [PATCH] old-locale is now split out --- libraries/Makefile | 4 ++-- libraries/core-packages | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/Makefile b/libraries/Makefile index db8c22e..7d4c067 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -27,8 +27,8 @@ TOP=. include $(TOP)/mk/boilerplate.mk endif -SUBDIRS = base old-time directory filepath pretty template-haskell \ - readline Cabal random haskell98 +SUBDIRS = base old-locale 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 0ad3bec..02f30dc 100644 --- a/libraries/core-packages +++ b/libraries/core-packages @@ -3,6 +3,7 @@ Cabal directory filepath haskell98 +old-locale old-time pretty random -- 1.7.10.4