summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorAshley Yakeley <ashley@semantic.org>2006-05-01 09:22:41 +0000
committerAshley Yakeley <ashley@semantic.org>2006-05-01 09:22:41 +0000
commit9c1e26118f6dbb0dfb04d08e04eb31fa5c2d1f05 (patch)
treea2834c55d6d7fb6dff62c420ea047ecd099746cf /libraries
parent55dc3a60c46e11535271251cbe45b7eeb4a27c3b (diff)
downloadhaskell-9c1e26118f6dbb0dfb04d08e04eb31fa5c2d1f05.tar.gz
add time package to libraries Makefile
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 532df3ce19..8722883622 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)