summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-09-15 12:05:11 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-16 04:54:38 -0400
commitb695e7d73617ab19170d37b383315e8ede289c5e (patch)
tree21e449b1385d785f859f8cb5ff93b8fc7244c581 /ghc.mk
parentce42e187ebfc81174ed477f247f023ae094c9b24 (diff)
downloadhaskell-b695e7d73617ab19170d37b383315e8ede289c5e.tar.gz
Rename ghci flag into internal-interpreter
"ghci" as a flag name was confusing because it really enables the internal-interpreter. Even the ghci library had a "ghci" flag...
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 5c9479e6a3..ec4115973a 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -598,7 +598,7 @@ endif
BOOT_LIBS = $(foreach lib,$(PACKAGES_STAGE0),$(libraries/$(lib)_dist-boot_v_LIB))
# Only build internal interpreter support for the stage2 ghci lib
-libraries/ghci_dist-install_CONFIGURE_OPTS += --flags=ghci
+libraries/ghci_dist-install_CONFIGURE_OPTS += --flags=internal-interpreter
# ----------------------------------------
# Special magic for the ghc-prim package