From c479d432d3a9e4713358ba67495c0730a1aa5534 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 28 Aug 2016 09:00:30 +0300 Subject: ghci.conf: :set -XTupleSections --- .appdata/ghc/ghci.conf | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3