diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-23 18:36:51 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-23 18:36:51 +0100 |
commit | 0ae70f981bf07cd116ee17199d3a9bd4c1aade62 (patch) | |
tree | 15b8a3e4d7c5a5c5fe45ceb170c27627e5e01cc6 /utils/ghc-pkg | |
parent | ab7c49bde59b4f80ae153e41132850403ed11965 (diff) | |
download | haskell-0ae70f981bf07cd116ee17199d3a9bd4c1aade62.tar.gz |
Follow Cabal reorganisation, and improve build system a little
Diffstat (limited to 'utils/ghc-pkg')
-rw-r--r-- | utils/ghc-pkg/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc.mk b/utils/ghc-pkg/ghc.mk index 6bc9be57a4..03c9523e37 100644 --- a/utils/ghc-pkg/ghc.mk +++ b/utils/ghc-pkg/ghc.mk @@ -58,7 +58,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 \ + -ilibraries/Cabal/cabal \ -ilibraries/filepath \ -ilibraries/extensible-exceptions \ -ilibraries/hpc \ |