From: Ashley Yakeley Date: Mon, 1 May 2006 09:22:41 +0000 (+0000) Subject: add time package to libraries Makefile X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=9c1e26118f6dbb0dfb04d08e04eb31fa5c2d1f05 add time package to libraries Makefile --- diff --git a/libraries/Makefile b/libraries/Makefile index 532df3c..8722883 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -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)