Go to file
Daniel Gröber cb33004b7f Update HCAR entry 2015-10-29 23:43:02 +01:00
Language/Haskell Remove redundant constraint from runGhcModT 2015-10-29 18:52:51 +01:00
NotCPP Bring test suite up to date 2015-03-05 17:35:28 +01:00
doc missing letter typo 2015-09-11 09:20:42 -07:00
elisp Merge pull request #649 from robstewart57/master 2015-10-13 21:19:57 +02:00
scripts Update bump.sh 2015-06-07 00:07:59 +02:00
src Make travis happy for 7.8 version 2015-10-03 16:00:46 +02:00
test Preserve cabal flags when reconfiguring project 2015-09-24 05:27:20 +02: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 Stack build configuration 2015-08-15 19:06:28 +02:00
.travis.yml Fix travis 2015-09-07 07:12:14 +02:00
COPYING.AGPL3 Change primary license to AGPL-3 2015-03-03 21:09:18 +01:00
COPYING.BSD3 Change primary license to AGPL-3 2015-03-03 21:09:18 +01:00
CodingStyle adding CodingStyle. 2014-08-12 15:00:56 +09:00
LICENSE Add back LICENSE file pointing to COPYING.* 2015-03-05 17:35:29 +01:00
README.md Typo 2015-09-24 03:20:53 +02:00
Setup.hs Fix X-Install-Target for older Cabal versions 2015-04-15 13:13:00 +02:00
SetupCompat.hs SetupCompat.hs: remove dependnece on mtl 2015-03-28 19:13:51 +01:00
Utils.hs Fix GHC 7.10 warnings 2015-08-03 05:46:51 +02:00
ghc-mod.cabal Bump cabal-helper dependency 2015-10-05 17:38:12 +02:00
ghcmodHappyHaskellProgram-Dg.tex Update HCAR entry 2015-10-29 23:43:02 +01:00
stack.yaml Bump cabal-helper dependency in stack.yaml 2015-10-06 20:37:36 -04: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

Nix & NixOS

ghc-mod works fine for users of Nix who follow a recent version of the package database such as the nixos-15.09 or nixos-unstable channel. Just include the package ghc-mod into your ghcWithPackages environment like any other library. The Nixpkgs Haskell User's Guide covers this subject in great detail.

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.

Custom ghc-mod cradle

To customize the package databases used by ghc-mod, put a file called ghc-mod.package-db-stack beside the .cabal file with the following syntax:

temp directory root
package db 1
...
package db n

each package database line is either a path to a package database, or global or user.

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.