summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-24 13:50:52 +0000
committerIan Lynagh <igloo@earth.li>2008-08-24 13:50:52 +0000
commit60b50498ce499e879cd7d72f5386c1c633c692ff (patch)
tree1c02c627d0ed08f728ea1442cc0621e3fcf90e2b /libraries/Makefile
parentcfa08d584984b4d1c2695bf373ccf0261d7bc5a9 (diff)
downloadhaskell-60b50498ce499e879cd7d72f5386c1c633c692ff.tar.gz
concurrent, unique, timeout have now been 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 e78a5c815f..43216ba4d4 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 st getopt base3-compat array packedstring
+SUBDIRS = ghc-prim $(INTEGER_LIBRARY) base concurrent unique timeout st getopt base3-compat array packedstring
SUBDIRS += containers bytestring old-locale old-time filepath
ifeq "$(GhcLibsWithUnix)" "YES"
SUBDIRS += unix