From: simonmar Date: Fri, 12 Nov 2004 15:57:00 +0000 (+0000) Subject: [project @ 2004-11-12 15:57:00 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1428 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=addb023e3d85afcf8b6d33d2d246c0934eaa994f [project @ 2004-11-12 15:57:00 by simonmar] we need -package Cabal for stage2 --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 12e50eb..1a61d1f 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -283,7 +283,7 @@ endif ifeq "$(GhcWithInterpreter) $(bootstrapped)" "YES YES" # Yes, include the interepreter, readline, and Template Haskell extensions -SRC_HC_OPTS += -DGHCI -package template-haskell +SRC_HC_OPTS += -DGHCI -package template-haskell -package Cabal ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" SRC_HC_OPTS += -package unix