diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-25 21:41:24 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-25 21:41:24 +0000 |
commit | 0069a47ad1a539c894f66163cf30c7d98dc9b016 (patch) | |
tree | c220ecc6a44428ff95b1d37449eb3744927fea1c /libraries/Makefile | |
parent | fedf1224b59e7d159aba66884aa9705bb0413e78 (diff) | |
download | haskell-0069a47ad1a539c894f66163cf30c7d98dc9b016.tar.gz |
syb is now in its own package
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 55c31808f5..a2729dcaf9 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 concurrent unique timeout st getopt base3-compat array packedstring +SUBDIRS = ghc-prim $(INTEGER_LIBRARY) base syb concurrent unique timeout st getopt base3-compat array packedstring SUBDIRS += containers bytestring old-locale old-time filepath ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix |