emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-tng-mode b2e2c3a 293/385: stop stack from being an


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode b2e2c3a 293/385: stop stack from being an asshole
Date: Tue, 5 Oct 2021 23:59:51 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit b2e2c3a978110273dde4da4322d05ed8f932e205
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]