diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-16 13:37:48 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-16 13:37:48 +0200 |
commit | e0c9a75c3e959d81a209aca6c1a63ded751881a8 (patch) | |
tree | a442abb84b3e748a5917bf0a00d0d4e2edde2924 | |
parent | list_repo_dirs: bugfix (diff) | |
download | linux-home-e0c9a75c3e959d81a209aca6c1a63ded751881a8.tar.gz linux-home-e0c9a75c3e959d81a209aca6c1a63ded751881a8.zip |
.ghci.conf: :set -XOverloadedStrings
-rw-r--r-- | .GHC/ghci.conf | 4 |
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 |