aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appdata
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-08-28 09:00:30 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-08-28 09:00:30 +0300
commitc479d432d3a9e4713358ba67495c0730a1aa5534 (patch)
tree21ecc53e41984bbb82d56ee5020c455bb3105fb0 /.appdata
parent.vimrc: smart search (diff)
downloadlinux-home-c479d432d3a9e4713358ba67495c0730a1aa5534.tar.gz
linux-home-c479d432d3a9e4713358ba67495c0730a1aa5534.zip
ghci.conf: :set -XTupleSections
Diffstat (limited to '')
-rw-r--r--.appdata/ghc/ghci.conf1
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