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