From 2dc91b9f7153ecc47a20f4ccaed6544fa5b30282 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 19 May 2014 16:35:38 +0900 Subject: [PATCH] readme. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46d084c..1192d46 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Happy Haskell Programming [![Build Status](https://travis-ci.org/kazu-yamamoto/ghc-mod.png)](https://travis-ci.org/kazu-yamamoto/ghc-mod) +## Using the stable version + Please read: [http://www.mew.org/~kazu/proj/ghc-mod/](http://www.mew.org/~kazu/proj/ghc-mod/) Emacs front-end, which is consistent with binaries on Hackage, is available *stable* MELPA whose URL is http://melpa-stable.milkbox.net/packages/. So, your "~/.emacs" should be: @@ -12,9 +14,13 @@ Emacs front-end, which is consistent with binaries on Hackage, is available *sta (package-initialize) ``` -With this configuration you can install the stable Emacs front end indicated by "ghc" from MELPA while you can install ghc-mod/ghc-modi binaries by: +With this configuration you can install the stable Emacs front end indicated by "ghc" from MELPA while you can install `ghc-mod`/`ghc-modi` binaries by: ```shell % cabal update % cabal install ghc-mod ``` + +## Using the develop version + +You should install both Emacs front-end and binaries from this git repo. If you use the snapshot MELPA to install Emacs front-end, you would suffer from inconsistency between Emacs front-end and binaries.