X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=87228836225772bd21fc5b9f1156c544b439fba5;hb=82807c2121870bd2458a29037c5518b2bc90007c;hp=532df3ce19a052688857889db42ac642a9a0265e;hpb=c1ae3106dfcefbe55a9355c28bd0465564fa0162;p=ghc-hetmet.git 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)