diff options
author | Ian Lynagh <igloo@earth.li> | 2008-09-03 22:35:08 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-09-03 22:35:08 +0000 |
commit | 71cb36e103ce6892256c2e9c712e78ea37e7dff1 (patch) | |
tree | ce89e10ab73a9a89aaf916202fa88d8bfe55c25b /libraries | |
parent | 3a006cb547b5e0fafe2add853209519e6d4a1ccc (diff) | |
download | haskell-71cb36e103ce6892256c2e9c712e78ea37e7dff1.tar.gz |
Re-merge concurrent,timeout,unique,st,getopt into 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 4249ceec49..1a52cbbe1d 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 syb concurrent unique timeout st getopt base3-compat array packedstring +SUBDIRS = ghc-prim $(INTEGER_LIBRARY) base syb base3-compat array packedstring SUBDIRS += containers bytestring old-locale old-time filepath ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix |