diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-19 23:48:45 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-19 23:48:45 +0300 |
commit | 33e17b16374d3166a098e107c5f91ebce38f94f5 (patch) | |
tree | 37378673655e5ea255c57c46f8285b2bf9b8404e /%APPDATA%/ghc | |
download | windows-home-33e17b16374d3166a098e107c5f91ebce38f94f5.tar.gz windows-home-33e17b16374d3166a098e107c5f91ebce38f94f5.zip |
initial commit
* Sublime Text 3
* GHCi
Diffstat (limited to '%APPDATA%/ghc')
-rw-r--r-- | %APPDATA%/ghc/ghci.conf | 9 |
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 |