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

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

[nongnu] elpa/haskell-tng-mode aa2a0ad 146/385: prefer --enable-tests


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode aa2a0ad 146/385: prefer --enable-tests
Date: Tue, 5 Oct 2021 23:59:19 -0400 (EDT)

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

    prefer --enable-tests
---
 haskell-tng-compile.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/haskell-tng-compile.el b/haskell-tng-compile.el
index 9412acd..219573d 100644
--- a/haskell-tng-compile.el
+++ b/haskell-tng-compile.el
@@ -55,7 +55,11 @@
       ))
   "The `compilation-error-regexp-alist' for `haskell-tng'.")
 
-(defvar haskell-tng-compile:history '("cabal v2-build -O0"))
+(defvar haskell-tng-compile:history
+  ;; Prefer --enable-tests due to
+  ;; https://github.com/haskell/cabal/issues/6114
+  '("cabal v2-build -O0 --enable-tests "
+    "cabal v2-run -O0 --enable-tests 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]