X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=b26b348266afbbb7c92fa1000ce0516fa7906afc;hb=2c969eccaa815888434143c9084b8ab855586dc6;hp=87383b4c39787e926cc51d283353e534faf4cb0b;hpb=8bea01735465d72bb00379115680a3ff9f8308a2;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index 87383b4..b26b348 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -406,7 +406,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 -DBREAKPOINT -package template-haskell PKG_DEPENDS += template-haskell # Use threaded RTS with GHCi, so threads don't get blocked at the prompt.