aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--evaluators.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/evaluators.nix b/evaluators.nix
index 4e9c357..cab9b80 100644
--- a/evaluators.nix
+++ b/evaluators.nix
@@ -382,7 +382,7 @@ let
'';
command = ''
- ghci -v0 < "$1"
+ ghci -v0 -fdiagnostics-color=never < "$1"
'';
testInput = "putStrLn \"success\"";