aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.GHC
diff options
context:
space:
mode:
Diffstat (limited to '.GHC')
-rw-r--r--.GHC/ghci.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/.GHC/ghci.conf b/.GHC/ghci.conf
index 549c681..45a1338 100644
--- a/.GHC/ghci.conf
+++ b/.GHC/ghci.conf
@@ -1,4 +1,8 @@
:set prompt "> "
:set prompt2 ""
+
:seti -w
+
:def hoogle \x -> return $ ":!hoogle \"" ++ x ++ "\""
+
+:set -XOverloadedStrings