From 548259ad7545e54d93411b5c6254af5b8945c8da Mon Sep 17 00:00:00 2001 From: Aaron Wolf Date: Wed, 6 Jan 2016 10:18:13 -0800 Subject: [PATCH] README: stack install, and remove outdated note With LTS-4.0, Stack can now install ghc-mod without extra qualifications, adding that instruction. ghc-mod is now AGPLv3+ so BSD3 is not the same license. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6b9272..c9468ba 100644 --- a/README.md +++ b/README.md @@ -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`. @@ -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