From 7b6badefeeee991f1c438c2be2f2c30d362e3e4e Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 13 Jun 2019 15:45:10 -0400 Subject: [PATCH] FIX make haskell compile actually use stack --- etc/conf.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index c61b1ca..94cf174 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -830,7 +830,10 @@ This also provides GHC which is used by flycheck for syntax checking. :straight t :hook (haskell-mode . origami-mode) :config - (setq haskell-interactive-popup-errors nil)) + (setq haskell-interactive-popup-errors nil + ;; we use stack...which counterintuitively means we set th + ;; cabal build command to be stack + haskell-compile-cabal-build-command "stack build")) #+END_SRC **** intero Provides shell, autocomplete, and syntax checking. Requires the =intero= binary to be installed through stack (=stack install intero=).