aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%APPDATA%/ghc/ghci.conf
diff options
context:
space:
mode:
Diffstat (limited to '%APPDATA%/ghc/ghci.conf')
-rw-r--r--%APPDATA%/ghc/ghci.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/%APPDATA%/ghc/ghci.conf b/%APPDATA%/ghc/ghci.conf
new file mode 100644
index 0000000..0cb900e
--- /dev/null
+++ b/%APPDATA%/ghc/ghci.conf
@@ -0,0 +1,9 @@
+:set prompt "> "
+:set prompt2 ""
+
+:seti -w
+
+:def hoogle \x -> return $ ":!hoogle \"" ++ x ++ "\""
+
+:set -XOverloadedStrings
+:set -XTupleSections