From: Ian Lynagh Date: Tue, 10 Apr 2007 22:03:06 +0000 (+0000) Subject: parsec, regex-base, regex-compat, regex-posix are no longer core-packages X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8ca46317605d42e01562308dbd32dadea6bb780f parsec, regex-base, regex-compat, regex-posix are no longer core-packages --- diff --git a/libraries/Makefile b/libraries/Makefile index e0ecc62..881cfc2 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -12,8 +12,7 @@ TOP=. include $(TOP)/mk/boilerplate.mk endif -SUBDIRS = base filepath haskell98 template-haskell readline \ - regex-base regex-posix regex-compat parsec Cabal +SUBDIRS = base filepath haskell98 template-haskell readline Cabal ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix @@ -25,6 +24,10 @@ endif # Set GhcBootLibs=YES from the command line to work with just the libraries # needed to bootstrap GHC. ifneq "$(GhcBootLibs)" "YES" +SUBDIRS += $(wildcard regex-base) +SUBDIRS += $(wildcard regex-posix) +SUBDIRS += $(wildcard regex-compat) +SUBDIRS += $(wildcard parsec) SUBDIRS += $(wildcard haskell-src) SUBDIRS += $(wildcard html) SUBDIRS += $(wildcard network) diff --git a/libraries/core-packages b/libraries/core-packages index c713985..c1b6adf 100644 --- a/libraries/core-packages +++ b/libraries/core-packages @@ -3,10 +3,6 @@ Cabal filepath haskell98 readline -regex-base -regex-compat -regex-posix -parsec stm template-haskell unix diff --git a/libraries/extra-packages b/libraries/extra-packages index fda24ec..75f14cf 100644 --- a/libraries/extra-packages +++ b/libraries/extra-packages @@ -14,5 +14,9 @@ haskell-src html mtl network +parsec +regex-base +regex-compat +regex-posix time xhtml