Changed ghci to not use wall

This commit is contained in:
Veit Heller
2015-01-23 17:42:02 +01:00
parent 60fa9b5696
commit 04f638e438
2 changed files with 2 additions and 1 deletions

2
ghci
View File

@@ -1,5 +1,5 @@
:set prompt "ghci> "
:set -Wall
{- :set -Wall -}
let ghciEscapeShellArg arg = "'" ++ concatMap (\c -> if c == '\'' then "'\"'\"'" else [c]) arg ++ "'"