Add filepath library
authorIan Lynagh <igloo@earth.li>
Wed, 28 Mar 2007 23:51:54 +0000 (23:51 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 28 Mar 2007 23:51:54 +0000 (23:51 +0000)
libraries/Makefile
libraries/core-packages

index db51a67..9639bf6 100644 (file)
@@ -9,7 +9,7 @@ include $(TOP)/mk/boilerplate.mk
 # want the Makefile.
 MFLAGS += -f Makefile
 
-SUBDIRS = base haskell98 template-haskell readline \
+SUBDIRS = base filepath haskell98 template-haskell readline \
          regex-base regex-posix regex-compat parsec Cabal
 
 ifeq "$(GhcLibsWithUnix)" "YES"
index 2b7258f..c713985 100644 (file)
@@ -1,5 +1,6 @@
 base
 Cabal
+filepath
 haskell98
 readline
 regex-base