branch: elpa/haskell-tng-mode commit 97e4a66e410e6b12a28c7ae0702eca7518ed41f0 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
bump hsinspect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d8a60e..0acc1c7 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.12` +1. `build-tool-depends: hsinspect:hsinspect == 0.0.13` 2. `build-depends: ghcflags == 1.0.3` 3. add `ghc-options: -fplugin GhcFlags.Plugin`