diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-24 13:50:52 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-24 13:50:52 +0000 |
commit | 60b50498ce499e879cd7d72f5386c1c633c692ff (patch) | |
tree | 1c02c627d0ed08f728ea1442cc0621e3fcf90e2b /libraries/Makefile | |
parent | cfa08d584984b4d1c2695bf373ccf0261d7bc5a9 (diff) | |
download | haskell-60b50498ce499e879cd7d72f5386c1c633c692ff.tar.gz |
concurrent, unique, timeout have now been split off from base
Diffstat (limited to 'libraries/Makefile')
-rw-r--r-- | libraries/Makefile | 2 |
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 |