branch: elpa/haskell-tng-mode commit 1107e63bc4bf7b0e9b9ce46163dad71773ded511 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 d532977..4f3e9c5 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.4 -w ghc-$V -O2 && + cabal v2-install hsinspect-0.0.5 -w ghc-$V -O2 && mv -f ~/.cabal/bin/hsinspect ~/.cabal/bin/hsinspect-ghc-$V done ```