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

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

[nongnu] elpa/haskell-tng-mode fca5c6e 315/385: better docs and cabal-in


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode fca5c6e 315/385: better docs and cabal-install support
Date: Tue, 5 Oct 2021 23:59:55 -0400 (EDT)

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



reply via email to

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