branch: elpa/haskell-tng-mode commit b2e2c3a978110273dde4da4322d05ed8f932e205 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
stop stack from being an asshole --- haskell-tng-extra-stack.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haskell-tng-extra-stack.el b/haskell-tng-extra-stack.el index bce8f0a..810e8b9 100644 --- a/haskell-tng-extra-stack.el +++ b/haskell-tng-extra-stack.el @@ -14,8 +14,8 @@ (setq haskell-tng--hsinspect-which-hsinspect "stack exec --silent which -- hsinspect" - haskell-tng--compile-history '("stack build --fast --no-run-tests --ghc-options=\"-j\"" - "stack build --fast --ghc-options=\"-j\"")) + haskell-tng--compile-history '("stack build --fast --no-interleaved-output --ghc-options=\"-j\" --no-run-tests" + "stack build --fast --no-interleaved-output --ghc-options=\"-j\"")) (setq-default haskell-tng--compile-alt "stack clean")