From 59f4a04e7a8bebb90e76397557f3c8ac6c41be36 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 Jan 2019 15:52:46 +0000 Subject: Add language extensions to ghc --- emacs/loader.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs') diff --git a/emacs/loader.org b/emacs/loader.org index c7af5a3..56685d4 100644 --- a/emacs/loader.org +++ b/emacs/loader.org @@ -1087,8 +1087,7 @@ Haskell mode with company mode completion. (local-set-key (kbd "C-c a") 'y/haskell-align))) (setq haskell-mode-stylish-haskell-path "/home/yannherklotz/.local/bin/stylish-haskell" haskell-stylish-on-save t - haskell-process-type 'stack-ghci - haskell-process-path-stack "/home/yannherklotz/.local/bin/stack")) + flycheck-ghc-language-extensions '("OverloadedStrings"))) (use-package interactive-haskell-mode :ensure haskell-mode -- cgit