Daniel Gröber 68212d46a1 Fix cabal file
2014-07-15 01:53:06 +02:00
2014-07-07 10:34:20 +09:00
2014-07-15 01:04:06 +02:00
2014-04-23 14:51:02 +09:00
2012-01-22 20:16:22 -08:00
2014-07-04 19:03:57 +02:00
2014-04-30 21:45:39 +09:00
2014-07-15 01:53:06 +02:00
2014-05-21 09:18:51 +09:00
2010-03-10 12:13:03 +09:00
2014-05-19 16:42:34 +09:00
2010-04-03 00:16:22 +09:00

Happy Haskell Programming

Build Status

Please read: http://www.mew.org/~kazu/proj/ghc-mod/

Using the stable version

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:

(require 'package)
(add-to-list 'package-archives 
	     '("melpa" . "http://melpa-stable.milkbox.net/packages/"))
(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:

% 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.

Description
No description provided
Readme 3.4 MiB
Languages
Haskell 77.9%
Emacs Lisp 13.6%
Cabal Config 5.7%
Shell 2.2%
TeX 0.3%
Other 0.3%