old-locale is now split out
authorIan Lynagh <igloo@earth.li>
Sat, 19 May 2007 13:26:56 +0000 (13:26 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 19 May 2007 13:26:56 +0000 (13:26 +0000)
libraries/Makefile
libraries/core-packages

index db8c22e..7d4c067 100644 (file)
@@ -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
index 0ad3bec..02f30dc 100644 (file)
@@ -3,6 +3,7 @@ Cabal
 directory
 filepath
 haskell98
+old-locale
 old-time
 pretty
 random