From: Ian Lynagh Date: Wed, 1 Aug 2007 23:53:18 +0000 (+0000) Subject: Split off packedstring and array packages X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bdada9f3d77de26430e67e7369d40e1de146b703;p=ghc-hetmet.git Split off packedstring and array packages --- diff --git a/libraries/Makefile b/libraries/Makefile index ed2d92a..f51f3c2 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -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 diff --git a/libraries/core-packages b/libraries/core-packages index 6bd29e4..b2201f4 100644 --- a/libraries/core-packages +++ b/libraries/core-packages @@ -1,3 +1,4 @@ +array base Cabal containers @@ -6,6 +7,7 @@ filepath haskell98 old-locale old-time +packedstring pretty process random