summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-10-23 16:13:56 +0100
committerIan Lynagh <igloo@earth.li>2011-10-23 16:30:22 +0100
commit3b43e035190a7f41fbd08c7409b4b2b30d3973d2 (patch)
tree5f975ba149136773cf2c0956f85cbef0d0892702 /ghc.mk
parentf67650410b4b390b3c9959efd0db57837b6c89d6 (diff)
downloadhaskell-3b43e035190a7f41fbd08c7409b4b2b30d3973d2.tar.gz
Follow cabal->Cabal rename, and fix haddock index generation
We now make use of the ghc-packages file when making the haddock index.
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index be23b2c703..8ae3e04d26 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -332,7 +332,7 @@ PKGS_THAT_USE_TH := $(PKGS_THAT_ARE_DPH)
#
# We assume that the stage0 compiler has a suitable bytestring package,
# so we don't have to include it below.
-PKGS_THAT_BUILD_WITH_STAGE0 = Cabal/cabal hpc extensible-exceptions binary bin-package-db hoopl
+PKGS_THAT_BUILD_WITH_STAGE0 = Cabal/Cabal hpc extensible-exceptions binary bin-package-db hoopl
# $(EXTRA_PACKAGES) is another classification, of packages built but
# not installed
@@ -413,7 +413,7 @@ $(eval $(call addPackage,haskell2010))
$(eval $(call addPackage,hpc))
$(eval $(call addPackage,pretty))
$(eval $(call addPackage,template-haskell))
-$(eval $(call addPackage,Cabal/cabal))
+$(eval $(call addPackage,Cabal/Cabal))
$(eval $(call addPackage,binary))
$(eval $(call addPackage,bin-package-db))
$(eval $(call addPackage,hoopl))