Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,17 @@ See `:help :filetype-overview` for more details.
https://github.com/Shougo/vimproc

### ghc-mod >= 5.0.0

Via cabal-install:
```sh
cabal install ghc-mod
```

Via Stack (when using Stackage LTS-4 or later):
```sh
stack install ghc-mod
```

## Details
If you'd like to give GHC options, set `g:ghcmod_ghc_options`.

Expand Down Expand Up @@ -175,6 +182,6 @@ ghcmod-vim will insert:
See wiki page [Customize](https://github.com/eagletmt/ghcmod-vim/wiki/Customize).

## License
[BSD3 License](http://www.opensource.org/licenses/BSD-3-Clause), the same license as ghc-mod.
[BSD3 License](http://www.opensource.org/licenses/BSD-3-Clause)

Copyright (c) 2012-2013, eagletmt