Skip to content

Commit 4e100b2

Browse files
author
Kobayashi
authored
enable internal-interpreter flag for ghc (#1536)
1 parent 27e138b commit 4e100b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/configuration-nix.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ in {
117117
# `reinstallableLibGhc` build more like the boot version.
118118
# See https://github.com/input-output-hk/haskell.nix/issues/1512
119119
packages.ghc.flags.ghci = true;
120+
packages.ghc.flags.internal-interpreter = true;
120121
packages.ghci.flags.ghci = true;
121122
packages.ghci.flags.internal-interpreter = true;
122123
}

0 commit comments

Comments
 (0)