From addb023e3d85afcf8b6d33d2d246c0934eaa994f Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 12 Nov 2004 15:57:00 +0000 Subject: [PATCH] [project @ 2004-11-12 15:57:00 by simonmar] we need -package Cabal for stage2 --- ghc/compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4