2015-04-14 00:53:40 +02:00
2014-11-19 09:07:34 +09:00
2015-04-14 00:53:40 +02:00
2015-03-05 17:35:28 +01:00
2015-03-28 19:13:48 +01:00
2015-04-13 23:16:14 +02:00
2014-04-23 14:51:02 +09:00
2012-01-22 20:16:22 -08:00
2015-03-05 17:35:28 +01:00
2015-04-12 02:48:54 +02:00
2014-08-12 15:00:56 +09:00
2015-03-03 21:09:18 +01:00
2015-03-03 21:09:18 +01:00
2014-10-08 16:30:23 +02:00
2015-03-28 19:13:51 +01:00

Happy Haskell Programming

Build Status

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

Using the stable version

The Emacs front-end is available from stable MELPA. This package should always be compatible with the latest version of ghc-mod from hackage.

To use stable stable MELPA add this to your .emacs:

(require 'package)
(add-to-list 'package-archives
	     '("melpa" . "http://melpa-stable.milkbox.net/packages/"))
(package-initialize)

With this configuration you can install the Emacs front end from MELPA (the package is called ghc there, not ghc-mod) and install the ghc-mod/ghc-modi binaries from hackage by doing:

% cabal update && cabal install ghc-mod

Nix & NixOS

The installation is a little more involved in this environment as Nix needs some ugly hacks to get packages using the GHC API to work, please refer to this stackoverflow answer:

http://stackoverflow.com/a/24228830

Using the development version

The easiest way to hack on ghc-mod is compile it, then add dist/build/ghc-mod and dist/build/ghc-modi to your PATH and add the elisp/ directory to your Emacs load-path.

Make sure you're not using the MELPA version of ghc.el otherwise you might get all sorts of nasty conflicts.

IRC

If you have any problems, suggestions, comments swing by #ghc-mod (web client) on Freenode. If you're reporting a bug please also create an issue here so we have a way to contact you if you don't have time to stay.

Do hang around for a while if no one answers and repeat your question if you still haven't gotten any answer after a day or so. You're most likely to get an answer during the day in GMT+1.

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%