diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-09-15 12:05:11 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-16 04:54:38 -0400 |
commit | b695e7d73617ab19170d37b383315e8ede289c5e (patch) | |
tree | 21e449b1385d785f859f8cb5ff93b8fc7244c581 /compiler/ghc.mk | |
parent | ce42e187ebfc81174ed477f247f023ae094c9b24 (diff) | |
download | haskell-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 'compiler/ghc.mk')
-rw-r--r-- | compiler/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk index bd5fdde71f..6a0a937053 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -203,7 +203,7 @@ compiler_stage1_CONFIGURE_OPTS += --ghc-option=-optc-DTHREADED_RTS endif ifeq "$(GhcWithInterpreter)" "YES" -compiler_stage2_CONFIGURE_OPTS += --flags=ghci +compiler_stage2_CONFIGURE_OPTS += --flags=internal-interpreter # Should the debugger commands be enabled? ifeq "$(GhciWithDebugger)" "YES" |