add time package to libraries Makefile
[ghc-hetmet.git] / 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)