X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=2d68868ede41a2fc93735e62b96a60c8aff1bb09;hb=b9d13108742ba43244490e0a90b6c80127561139;hp=fc329b2b0132287523d716ff0f300fd2f41eb6c1;hpb=d92b83b91324d24a8caf243a1eedd070cc455b6d;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index fc329b2..2d68868 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -42,14 +42,14 @@ include $(TOP)/mk/cabal-flags.mk # Any libraries listed here should also be in ../packages SUBDIRS = ghc-prim $(INTEGER_LIBRARY) base base3-compat array packedstring -SUBDIRS += containers bytestring old-locale old-time filepath directory +SUBDIRS += containers bytestring old-locale old-time filepath ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix endif ifeq "$(Windows)" "YES" SUBDIRS += $(wildcard Win32) endif -SUBDIRS += process pretty hpc template-haskell editline Cabal random haskell98 +SUBDIRS += directory process pretty hpc template-haskell editline Cabal random haskell98 # Set GhcBootLibs=YES from the command line to work with just the libraries # needed to bootstrap GHC.