aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%APPDATA%/ghc/ghci.conf
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-09-19 23:48:45 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-09-19 23:48:45 +0300
commit33e17b16374d3166a098e107c5f91ebce38f94f5 (patch)
tree37378673655e5ea255c57c46f8285b2bf9b8404e /%APPDATA%/ghc/ghci.conf
downloadwindows-home-33e17b16374d3166a098e107c5f91ebce38f94f5.tar.gz
windows-home-33e17b16374d3166a098e107c5f91ebce38f94f5.zip
initial commit
* Sublime Text 3 * GHCi
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