[project @ 2004-11-12 15:57:00 by simonmar]
authorsimonmar <unknown>
Fri, 12 Nov 2004 15:57:00 +0000 (15:57 +0000)
committersimonmar <unknown>
Fri, 12 Nov 2004 15:57:00 +0000 (15:57 +0000)
we need -package Cabal for stage2

ghc/compiler/Makefile

index 12e50eb..1a61d1f 100644 (file)
@@ -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