summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-14 11:22:21 +0000
committerIan Lynagh <igloo@earth.li>2008-08-14 11:22:21 +0000
commit49342bed0014d16bc895864badb6e363f1d52e25 (patch)
tree14bb99f75d25d3f3a66f7f802a2da0841b038ea0 /utils/Makefile
parent76c799aeabde8d961416255a6f0f95601d1b159c (diff)
downloadhaskell-49342bed0014d16bc895864badb6e363f1d52e25.tar.gz
Build haddock with the stage1 compiler
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 4bbeb35f56..06fa2626bf 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -52,7 +52,7 @@ endif
WITH_BOOTSTRAPPING_COMPILER = installPackage ghc-pkg hsc2hs hpc
-WITH_STAGE1 = installPackage ghc-pkg hasktags runghc hpc pwd
+WITH_STAGE1 = installPackage ghc-pkg hasktags runghc hpc pwd haddock
ifneq "$(NO_INSTALL_HSC2HS)" "YES"
WITH_STAGE1 += hsc2hs
endif