X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=5e503eac143e7a01dc117bb3c148cf45d688ddb7;hb=eae65ca88fc09342e295874fb253f83775c61051;hp=ce69bae2f24087d5f7b80219447288c721af8490;hpb=9a657491d1caf6e29c85ce71e95a36eea3e036b1;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index ce69bae..5e503ea 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -602,12 +602,8 @@ SRC_HC_OPTS += -package unix PKG_DEPENDS += unix endif -# We use the Cabal package in stages 2/3 only; in stage 1 we're using -# the libcompat library which provides the Cabal modules. -ifneq "$(stage)" "1" SRC_HC_OPTS += -package Cabal PKG_DEPENDS += Cabal -endif # Ignore lang, to avoid potential clash with the Generics module if # lang happens to be a dependency of some exposed package in the local