diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-23 22:29:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-23 22:29:41 +0000 |
commit | b816369636e9a7a16a9dee9195054fdc852c5285 (patch) | |
tree | c6c5d9cf51dc0d769c60d2bc0d22c584b5d11571 /libraries | |
parent | bd72e9436d244c09946a7795c41c4b4b62dd53a5 (diff) | |
download | haskell-b816369636e9a7a16a9dee9195054fdc852c5285.tar.gz |
st is now split off from base
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile | 2 |
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 |