Readme for ajhc-0.8.0.5

Ajhc - arafura-jhc Build Status

A fork of jhc. And also a Haskell compiler.

This project is founded by Metasepi Project.

How to install

$ cabal install ajhc

How to build latest version

$ sudo apt-get install make locales autoconf libreadline-dev \
  libwww-perl libconfig-yaml-perl graphviz haskell-platform drift pandoc \
  libghc-readline-dev libghc-utf8-string-dev libghc-hssyck-dev
$ git clone git://github.com/ajhc/ajhc.git
$ cd ajhc
$ git checkout arafura
$ autoreconf -i
$ ./configure
$ make
$ make install

For developing

First, you should use the arafura branch, rather than master branch.

You should send patch to jhc, if testing on Ajhc is good.

$ darcs get http://repetae.net/repos/jhc
$ cd jhc/
$ patch -p1 < ~/yourfile.patch
$ darcs record -a
$ darcs send

The command darcs send sends email the patch to jhc author (= John Meacham).

Needing to install/build on Windows (experimental)

Install msys

http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/

Install below.

You should run cabal install on msys console.

Install Git for Windows

http://msysgit.github.com/

It's good choosing the below option.

Install Haskell Platform

http://www.haskell.org/platform/windows.html

Install DrIFT

$ cabal install DrIFT-cabalized

Future plan

Done

Yet