Building Helium from scratch

Needed: 
- GHC version >= 5: http://haskell.cs.yale.edu/ghc/
- If you want to develop: AG (attribute grammar system): http://www.cs.uu.nl/~arthurb/ag.html
- On Windows systems Cygwin: http://www.cygwin.com/

In a shell window:

1)	change to a directory where you want the helium, lvm and parsec directories

2) 	cvs checkout helium
	cvs checkout lvm
	cvs checkout parsec
	cvs checkout Top

3)	cd lvm/src
	./configure
	cd ../..
	cd helium
	./configure

4) 	make         (note: this should be gnu make, on some platforms this is called gmake)
	make install

