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