branch: elpa/haskell-tng-mode commit fca5c6e2ea113b9c2477c8d0e347cd33ce1ce516 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
better docs and cabal-install support --- README.md | 2 ++ haskell-tng-hsinspect.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5772687..0fa5a80 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Check out the source code repository and enable with [`use-package`](https://git A full installation may look like the following ```lisp +(use-package popup) ;; dependency of haskell-tng-hsinspect + (use-package haskell-tng-mode :ensure nil :load-path "/path/to/git/clone" diff --git a/haskell-tng-hsinspect.el b/haskell-tng-hsinspect.el index a7c647f..f95fe5e 100644 --- a/haskell-tng-hsinspect.el +++ b/haskell-tng-hsinspect.el @@ -150,7 +150,7 @@ A prefix argument ensures that caches are flushes." flush-cache))) (defvar haskell-tng--hsinspect-which-hsinspect - "cabal build -v0 hsinspect && cabal exec -v0 which -- hsinspect") + "cabal build -v0 :pkg:hsinspect:exe:hsinspect && cabal exec -v0 which -- hsinspect") (defun haskell-tng--hsinspect-which-hsinspect () "Finds and checks the hsinspect binary for the current buffer.