How to get Happstack
cabal install happstack
The easiest way to get happstack is to just install it from hackage using the cabal command.
$ export PATH=~/.cabal/bin:$PATH
$ cabal update
$ cabal install happstack
Getting the development version of the source code
You can get and install the latest development source using darcs.
$ cabal update
$ darcs get http://patch-tag.com/r/mae/happstack
$ cd happstack
$ chmod +x bin/build-install-all.sh
$ ./bin/build-install-all.sh
After you have checked out the code, you can get further updates by running:
$ darcs pull
To submit a patch run:
$ darcs record
$ darcs send
Note that darcs send assumes you have a working sendmail installed. Another option is to write the patches to a file and then manually attach the patches to an email message. You should send the patches to our mailing list.
$ darcs record
$ darcs send -o descriptive_name.dpatch
Browse the source code online
You can browse the source code online by visiting our project on patch-tag.com.