X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2FMakefile;h=e81ccfb230a5a143ec3b79b90b9f0aa1ef5c2482;hb=6fcf90065dc4e75b7dc6bbf238a9891a71ae5a86;hp=43622c3a5d1bcfef2df0b786e341db160c6d10bb;hpb=6f873493416ccb4d277377bf031639bc307c8369;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index 43622c3..e81ccfb 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -411,7 +411,7 @@ endif ifeq "$(GhcWithInterpreter) $(bootstrapped)" "YES YES" # Yes, include the interepreter, readline, and Template Haskell extensions -SRC_HC_OPTS += -DGHCI -DBREAKPOINT -package template-haskell +SRC_HC_OPTS += -DGHCI -package template-haskell PKG_DEPENDS += template-haskell # Use threaded RTS with GHCi, so threads don't get blocked at the prompt.