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

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

[nongnu] elpa/haskell-tng-mode 9f63505d5c 2/2: more hsinspect docs


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode 9f63505d5c 2/2: more hsinspect docs
Date: Mon, 22 May 2023 19:00:46 -0400 (EDT)

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

    more hsinspect docs
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c45312380f..580370b0c7 100644
--- a/README.md
+++ b/README.md
@@ -68,10 +68,10 @@ A full installation may look like the following
 
 The optional command line tool 
[`hsinspect`](https://gitlab.com/tseenshe/hsinspect) provides semantic 
information by using the `ghc` api.
 
-To use this feature you must install `hsinspect` command line tool and the 
`ghcflags` plugin to every `.cabal` file:
+To use this feature you must install `hsinspect` command line tool and the 
`ghcflags` plugin to every `.cabal` file (which can be behind a flag, see the 
hsinspect docs for more details):
 
-1. `build-tool-depends: hsinspect:hsinspect == 0.1.0`
-2. `build-depends: ghcflags == 1.0.4`
+1. `build-tool-depends: hsinspect:hsinspect`
+2. `build-depends: ghcflags`
 3. add `ghc-options: -fplugin GhcFlags.Plugin`
 
 To find out which module a symbol belongs to, use `M-x 
haskell-tng-fqn-at-point`. The `haskell-tng-extra-company` package will 
automatically complete symbols that are in scope.



reply via email to

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