From 1bb3a4f7ea0b4005adb5d1a582a3796d152bc33e Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 21 Aug 2008 10:04:36 +0000 Subject: [PATCH] move directory after Win32/unix --- libraries/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 1.7.10.4