X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=utils%2Fghc-pkg%2FMakefile;h=adce82949b77cbd5a38bd68eeb1f5a6074a21198;hp=f35bbf9af51c72d80d232092370751a66779ed2b;hb=eae65ca88fc09342e295874fb253f83775c61051;hpb=37cc35d23202c9846e68e4c0a279fa75273f6f1c diff --git a/utils/ghc-pkg/Makefile b/utils/ghc-pkg/Makefile index f35bbf9..adce829 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