add time package to libraries Makefile
authorAshley Yakeley <ashley@semantic.org>
Mon, 1 May 2006 09:22:41 +0000 (09:22 +0000)
committerAshley Yakeley <ashley@semantic.org>
Mon, 1 May 2006 09:22:41 +0000 (09:22 +0000)
libraries/Makefile

index 532df3c..8722883 100644 (file)
@@ -22,6 +22,7 @@ SUBDIRS += $(wildcard parsec)
 # needed to bootstrap GHC.
 ifneq "$(GhcBootLibs)" "YES"
 SUBDIRS += $(wildcard haskell-src)
+SUBDIRS += $(wildcard time)
 SUBDIRS += $(wildcard network)
 SUBDIRS += $(wildcard QuickCheck)
 SUBDIRS += $(wildcard HUnit)