branch: elpa/haskell-tng-mode commit 598b3724ff737cb86448151c0339497a3d21ae9c Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad03848..34a2cf1 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,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-0.0.7` (or make `hsinspect` available globally, self-managing `ghc` versions) -2. `build-depends: ghcflags-1.0.1` +1. `build-tool-depends: hsinspect:hsinspect == 0.0.7` (or make `hsinspect` available globally, self-managing `ghc` versions) +2. `build-depends: ghcflags == 1.0.1` 3. add `ghc-options: -fplugin GhcFlags.Plugin` The `haskell-tng-extra-company` package will automatically complete symbols that are in scope.