[Happstack]
Haskell application server stackdownload Happstack tarballs for your computer. If you have cabal-install then this will be even easier.
Download Happstack
ghc 6.8.3 or 6.10.1, and cabal >= 1.6 are required.
Cabal Packages on Hackage
happstack-util, happstack-data, happstack-state, happstack-ixset, happstack-server, happstack.
How to install without cabal-install
- extract each tarball with a command like:
tar -xvzf mypackage.tar.gz cd mypackagerunhaskell Setup.hs configurerunhaskell Setup.hs buildrunhaskell Setup.hs install
How to install with cabal-install
cabal updatecabal install happstack