branch: elpa/haskell-tng-mode commit 68d1d7cbf0f983694dcffbf43478859ec43e769a Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
bump hsinspect --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e684835..3d8a60e 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ The optional command line tool [`hsinspect`](https://gitlab.com/tseenshe/hsinspe To use this feature you must install `hsinspect` command line tool and the `ghcflags` plugin to every `.cabal` file: -1. `build-tool-depends: hsinspect:hsinspect == 0.0.11` (or make `hsinspect` available globally, self-managing `ghc` versions) -2. `build-depends: ghcflags == 1.0.2` +1. `build-tool-depends: hsinspect:hsinspect == 0.0.12` +2. `build-depends: ghcflags == 1.0.3` 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.