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