branch: elpa/haskell-tng-mode commit 55d8e69a7621c8e63f306c268705df0c03afb855 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
upgrade hsinspect --- README.md | 2 +- haskell-tng-hsinspect.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acec808..709f578 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,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.13` +1. `build-tool-depends: hsinspect:hsinspect == 0.0.18` 2. `build-depends: ghcflags == 1.0.3` 3. add `ghc-options: -fplugin GhcFlags.Plugin` diff --git a/haskell-tng-hsinspect.el b/haskell-tng-hsinspect.el index 5d807fa..8463b37 100644 --- a/haskell-tng-hsinspect.el +++ b/haskell-tng-hsinspect.el @@ -503,7 +503,7 @@ Does not persist the cache changes to disk." "Finds and checks the hsinspect binary for the current buffer. This is uncached, prefer `haskell-tng--hsinspect-exe'." - (let ((supported '("0.0.7" "0.0.8" "0.0.9" "0.0.10" "0.0.11" "0.0.12" "0.0.13" "0.0.14" "0.0.15" "0.0.16" "0.0.17")) + (let ((supported '("0.0.7" "0.0.8" "0.0.9" "0.0.10" "0.0.11" "0.0.12" "0.0.13" "0.0.14" "0.0.15" "0.0.16" "0.0.17" "0.0.18" "0.0.19")) (bin (haskell-tng--util-ghcpath-which "hsinspect"))) (if bin (let ((version