From 61808e10b3db267ad6a5abb94f526411ec579301 Mon Sep 17 00:00:00 2001 From: hellerve Date: Tue, 10 Mar 2015 09:18:30 +0100 Subject: [PATCH] Fixed ghci prompt --- ghci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghci b/ghci index 5e4090a..04c714d 100644 --- a/ghci +++ b/ghci @@ -1,4 +1,4 @@ -:set prompt "λ: " +:set prompt "λ > " {- :set -Wall -} let ghciEscapeShellArg arg = "'" ++ concatMap (\c -> if c == '\'' then "'\"'\"'" else [c]) arg ++ "'"