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

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

[nongnu] elpa/haskell-tng-mode da20f0d 314/385: note about limitations o


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode da20f0d 314/385: note about limitations on nixos
Date: Tue, 5 Oct 2021 23:59:55 -0400 (EDT)

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

    note about limitations on nixos
---
 haskell-tng-extra-stack.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/haskell-tng-extra-stack.el b/haskell-tng-extra-stack.el
index 95c4084..d7348b6 100644
--- a/haskell-tng-extra-stack.el
+++ b/haskell-tng-extra-stack.el
@@ -14,6 +14,8 @@
 
 (setq
  haskell-tng--compile-dominating-project (rx "stack.yaml")
+ ;; NOTE `stack exec which' doesn't work on nixos
+ ;; https://stackoverflow.com/questions/58923819
  haskell-tng--hsinspect-which-hsinspect "stack build --silent hsinspect && 
stack exec --silent which -- hsinspect"
  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\""))



reply via email to

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