diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-28 09:00:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-28 09:00:30 +0300 |
commit | c479d432d3a9e4713358ba67495c0730a1aa5534 (patch) | |
tree | 21ecc53e41984bbb82d56ee5020c455bb3105fb0 | |
parent | .vimrc: smart search (diff) | |
download | linux-home-c479d432d3a9e4713358ba67495c0730a1aa5534.tar.gz linux-home-c479d432d3a9e4713358ba67495c0730a1aa5534.zip |
ghci.conf: :set -XTupleSections
-rw-r--r-- | .appdata/ghc/ghci.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.appdata/ghc/ghci.conf b/.appdata/ghc/ghci.conf index 45a1338..0cb900e 100644 --- a/.appdata/ghc/ghci.conf +++ b/.appdata/ghc/ghci.conf @@ -6,3 +6,4 @@ :def hoogle \x -> return $ ":!hoogle \"" ++ x ++ "\"" :set -XOverloadedStrings +:set -XTupleSections |