aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-19 15:52:46 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-19 15:52:46 +0000
commit59f4a04e7a8bebb90e76397557f3c8ac6c41be36 (patch)
treeec7818bb7711ffbc0ca5d85e550a280d9e15b6d1 /emacs
parent21d48d1e2d95391668d6ecf66231cc802020f7ae (diff)
downloaddotfiles-59f4a04e7a8bebb90e76397557f3c8ac6c41be36.tar.gz
dotfiles-59f4a04e7a8bebb90e76397557f3c8ac6c41be36.zip
Add language extensions to ghc
Diffstat (limited to 'emacs')
-rw-r--r--emacs/loader.org3
1 files changed, 1 insertions, 2 deletions
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