Split off packedstring and array packages
authorIan Lynagh <igloo@earth.li>
Wed, 1 Aug 2007 23:53:18 +0000 (23:53 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 1 Aug 2007 23:53:18 +0000 (23:53 +0000)
libraries/Makefile
libraries/core-packages

index ed2d92a..f51f3c2 100644 (file)
@@ -35,7 +35,8 @@ default_target: all
 TOP=..
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = base containers bytestring old-locale old-time filepath directory
+SUBDIRS  = base array packedstring containers bytestring
+SUBDIRS += old-locale old-time filepath directory
 ifeq "$(GhcLibsWithUnix)" "YES"
 SUBDIRS += unix
 endif
index 6bd29e4..b2201f4 100644 (file)
@@ -1,3 +1,4 @@
+array
 base
 Cabal
 containers
@@ -6,6 +7,7 @@ filepath
 haskell98
 old-locale
 old-time
+packedstring
 pretty
 process
 random