aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.GHC/ghci.conf
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-08-16 13:37:48 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2016-08-16 13:37:48 +0200
commite0c9a75c3e959d81a209aca6c1a63ded751881a8 (patch)
treea442abb84b3e748a5917bf0a00d0d4e2edde2924 /.GHC/ghci.conf
parentlist_repo_dirs: bugfix (diff)
downloadlinux-home-e0c9a75c3e959d81a209aca6c1a63ded751881a8.tar.gz
linux-home-e0c9a75c3e959d81a209aca6c1a63ded751881a8.zip
.ghci.conf: :set -XOverloadedStrings
Diffstat (limited to '')
-rw-r--r--.GHC/ghci.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/.GHC/ghci.conf b/.GHC/ghci.conf
index 549c681..45a1338 100644
--- a/.GHC/ghci.conf
+++ b/.GHC/ghci.conf
@@ -1,4 +1,8 @@
:set prompt "> "
:set prompt2 ""
+
:seti -w
+
:def hoogle \x -> return $ ":!hoogle \"" ++ x ++ "\""
+
+:set -XOverloadedStrings