branch: elpa/haskell-tng-mode commit 2cfae9e9fe023e274e39118cf35e461492e63694 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 d5ab541..a778405 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You must install `hsinspect` for every version of `ghc` that you plan to use, e. ``` rm -f ~/.cabal/bin/hsinspect for V in 8.4.4 8.6.5 ; do - cabal v2-install hsinspect-0.0.5 -w ghc-$V -O2 && + cabal v2-install hsinspect-0.0.6 -w ghc-$V -O2 && mv -f ~/.cabal/bin/hsinspect ~/.cabal/bin/hsinspect-ghc-$V done ```