From 33e17b16374d3166a098e107c5f91ebce38f94f5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 19 Sep 2016 23:48:45 +0300 Subject: initial commit * Sublime Text 3 * GHCi --- %APPDATA%/ghc/ghci.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 %APPDATA%/ghc/ghci.conf (limited to '%APPDATA%/ghc') 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 -- cgit v1.2.3