branch: elpa/haskell-tng-mode commit 6d4e150c042ad3e741d8f2bb2b1bb44e00601732 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
upgrade hsinspect version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e051fb2..80ec953 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ 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.9` (or make `hsinspect` available globally, self-managing `ghc` versions) +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` 3. add `ghc-options: -fplugin GhcFlags.Plugin`