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

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

[nongnu] elpa/haskell-tng-mode 1b4bf3b 294/385: improve the cabal defaul


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode 1b4bf3b 294/385: improve the cabal defaults
Date: Tue, 5 Oct 2021 23:59:51 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit 1b4bf3b518ae73bb63037fe3a37b320f3d5154d2
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@gmail.com>

    improve the cabal defaults
---
 haskell-tng-compile.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/haskell-tng-compile.el b/haskell-tng-compile.el
index 1faf187..b83f980 100644
--- a/haskell-tng-compile.el
+++ b/haskell-tng-compile.el
@@ -60,9 +60,7 @@
   "The `compilation-error-regexp-alist' for `haskell-tng'.")
 
 (defvar haskell-tng--compile-history
-  ;; Prefer --enable-tests due to
-  ;; https://github.com/haskell/cabal/issues/6114
-  '("cabal v2-build :all"
+  '("cabal v2-build"
     "cabal v2-run tasty -- "))
 (defvar-local haskell-tng--compile-command nil)
 (defvar-local haskell-tng--compile-alt "cabal v2-clean")



reply via email to

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