How to get Happstack

Happstack is freely available under the BSD3 license.

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-server

Getting the development version of the source code

You can get and install the latest development source using darcs.

$ darcs get http://hub.darcs.net/stepcut/happstack

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 (happs@googlegroups.com) or jeremy@n-heptane.com

$ 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 hub.darcs.net.