diff options
Diffstat (limited to 'ghc/ghc.mk')
-rw-r--r-- | ghc/ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk index 5512d50710..0e479a24bc 100644 --- a/ghc/ghc.mk +++ b/ghc/ghc.mk @@ -19,8 +19,8 @@ ghc_stage2_CONFIGURE_OPTS += --flags=stage2 ghc_stage3_CONFIGURE_OPTS += --flags=stage3 ifeq "$(GhcWithInterpreter)" "YES" -ghc_stage2_CONFIGURE_OPTS += --flags=ghci -ghc_stage3_CONFIGURE_OPTS += --flags=ghci +ghc_stage2_CONFIGURE_OPTS += --flags=internal-interpreter +ghc_stage3_CONFIGURE_OPTS += --flags=internal-interpreter endif # This package doesn't pass the Cabal checks because data-dir |