Go to file
Kazu Yamamoto 4f768a8bdf adding docs in the piki format. 2014-11-19 09:07:34 +09:00
Language/Haskell Fix `findCabalFile` 2014-11-03 00:45:27 +01:00
doc adding docs in the piki format. 2014-11-19 09:07:34 +09:00
elisp Revert ""expand" specifies "-b"." 2014-11-03 00:45:56 +01:00
scripts Add script to collect debugging information. 2014-05-24 16:32:02 +02:00
src Refactoring World, etc. and fix #387 2014-11-02 01:19:27 +01:00
test Fix `findCabalFile` 2014-11-03 00:45:27 +01:00
test-elisp adding test cases for elisp. 2014-04-23 14:51:02 +09:00
.ghci .ghci for ghci-friendliness (testing) 2012-01-22 20:16:22 -08:00
.gitignore Add `add-source-timestamps` to gitignore 2014-05-04 04:57:38 +02:00
.travis.yml travis: Create empty ChangeLog before running `cabal sdist` 2014-09-12 22:23:48 +02:00
CodingStyle adding CodingStyle. 2014-08-12 15:00:56 +09:00
LICENSE adding README and LICENSE. 2010-03-10 12:13:03 +09:00
README.md README 2014-09-12 07:07:43 +02:00
Setup.hs adding Setup.hs. 2010-04-03 00:16:22 +09:00
ghc-mod.cabal Support where clauses, let bindings and case expressions in case splitting (fixes #395) 2014-11-03 00:15:12 +01:00
hcar-ghc-mod.tex hcar 2014-10-08 16:30:23 +02:00

README.md

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

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 on Freenode.