summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
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 /utils/ghc-pkg
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 'utils/ghc-pkg')
-rw-r--r--utils/ghc-pkg/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc.mk b/utils/ghc-pkg/ghc.mk
index 45b91d6e39..f4205479ea 100644
--- a/utils/ghc-pkg/ghc.mk
+++ b/utils/ghc-pkg/ghc.mk
@@ -61,7 +61,7 @@ utils/ghc-pkg/dist/build/$(utils/ghc-pkg_dist_PROG)$(exeext): utils/ghc-pkg/Main
-hidir bootstrapping \
-iutils/ghc-pkg \
-XCPP -XExistentialQuantification -XDeriveDataTypeable \
- -ilibraries/Cabal/cabal \
+ -ilibraries/Cabal/Cabal \
-ilibraries/filepath \
-ilibraries/extensible-exceptions \
-ilibraries/hpc \