diff options
author | Ashley Yakeley <ashley@semantic.org> | 2006-05-01 09:22:41 +0000 |
---|---|---|
committer | Ashley Yakeley <ashley@semantic.org> | 2006-05-01 09:22:41 +0000 |
commit | 9c1e26118f6dbb0dfb04d08e04eb31fa5c2d1f05 (patch) | |
tree | a2834c55d6d7fb6dff62c420ea047ecd099746cf /libraries | |
parent | 55dc3a60c46e11535271251cbe45b7eeb4a27c3b (diff) | |
download | haskell-9c1e26118f6dbb0dfb04d08e04eb31fa5c2d1f05.tar.gz |
add time package to libraries Makefile
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile | 1 |
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) |