diff options
-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 |