Add a containers package
authorIan Lynagh <igloo@earth.li>
Wed, 1 Aug 2007 22:39:45 +0000 (22:39 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 1 Aug 2007 22:39:45 +0000 (22:39 +0000)
libraries/Makefile
libraries/core-packages

index 2b054cd..ed2d92a 100644 (file)
@@ -35,7 +35,7 @@ default_target: all
 TOP=..
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = base bytestring old-locale old-time filepath directory
+SUBDIRS = base containers bytestring old-locale old-time filepath directory
 ifeq "$(GhcLibsWithUnix)" "YES"
 SUBDIRS += unix
 endif
index d0160f4..6bd29e4 100644 (file)
@@ -1,5 +1,6 @@
 base
 Cabal
+containers
 directory
 filepath
 haskell98