summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-23 22:29:41 +0000
committerIan Lynagh <igloo@earth.li>2008-08-23 22:29:41 +0000
commitb816369636e9a7a16a9dee9195054fdc852c5285 (patch)
treec6c5d9cf51dc0d769c60d2bc0d22c584b5d11571 /libraries/Makefile
parentbd72e9436d244c09946a7795c41c4b4b62dd53a5 (diff)
downloadhaskell-b816369636e9a7a16a9dee9195054fdc852c5285.tar.gz
st is now split off from base
Diffstat (limited to 'libraries/Makefile')
-rw-r--r--libraries/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 2d68868ede..85c9b5955c 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -41,7 +41,7 @@ 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 = ghc-prim $(INTEGER_LIBRARY) base st base3-compat array packedstring
SUBDIRS += containers bytestring old-locale old-time filepath
ifeq "$(GhcLibsWithUnix)" "YES"
SUBDIRS += unix