Updated haskell layer documentation to include hasktags package
This commit is contained in:
parent
65ead73365
commit
538004e9d0
1 changed files with 2 additions and 1 deletions
|
@ -50,11 +50,12 @@ This layer requires some [cabal][] packages:
|
|||
- `ghc-mod`
|
||||
- `hlint`
|
||||
- `stylish-haskell`
|
||||
- `hasktags`
|
||||
|
||||
To install them, use the following command:
|
||||
|
||||
```sh
|
||||
cabal install stylish-haskell hlint ghc-mod
|
||||
cabal install stylish-haskell hlint ghc-mod hasktags
|
||||
```
|
||||
|
||||
Then you have to add this path to your system `$PATH` (preferred):
|
||||
|
|
Reference in a new issue