diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-03 22:46:33 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-03 22:46:33 +0000 |
commit | eae65ca88fc09342e295874fb253f83775c61051 (patch) | |
tree | 1fcab9d470cde6065b8fc8601f7fb2b867efd32f /utils/ghc-pkg | |
parent | 37cc35d23202c9846e68e4c0a279fa75273f6f1c (diff) | |
download | haskell-eae65ca88fc09342e295874fb253f83775c61051.tar.gz |
Remove Cabal modules from compat
We now get them from the bootstrapping package.conf instead
Diffstat (limited to 'utils/ghc-pkg')
-rw-r--r-- | utils/ghc-pkg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/ghc-pkg/Makefile b/utils/ghc-pkg/Makefile index f35bbf9af5..adce82949b 100644 --- a/utils/ghc-pkg/Makefile +++ b/utils/ghc-pkg/Makefile @@ -33,6 +33,8 @@ ifeq "$(ghc_ge_607)" "YES" SRC_HC_OPTS += -package containers endif +SRC_HC_OPTS += -package Cabal + # On Windows, ghc-pkg is a standalone program # ($bindir/ghc-pkg.exe), whereas on Unix it needs a wrapper script # to pass the appropriate flag to the real binary |