X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2FMakefile;h=d8c210fcbb1130e147794f3901a3e5a747447451;hp=271011fb81604e3f849ac6d472f85313e5a3c6a1;hb=6ab2245cd1b0953f53995501b6d7961e3020daca;hpb=5f553f0c0508cb09b75f78e6c2ac1baa4c01b6aa diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 271011f..d8c210f 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -271,8 +271,8 @@ endif # Only include GHCi if we're bootstrapping with at least version 411 ifeq "$(GhcWithInterpreter) $(bootstrapped)" "YES YES" -# Yes, include the interepreter, readline, and Template Haskell extensions -SRC_HC_OPTS += -DGHCI -package haskell-src +# Yes, include the interpreter, readline, and Template Haskell extensions +SRC_HC_OPTS += -DGHCI -package template-haskell -package haskell-src ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" SRC_HC_OPTS += -package unix ifeq "$(GhcLibsWithReadline)" "YES"