Skip to: Site menu | Main content

download 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-contrib happstack,

How to install without cabal-install

  1. extract each tarball with a command like: tar -xvzf mypackage.tar.gz
  2. cd mypackage
  3. runhaskell Setup.hs configure
  4. runhaskell Setup.hs build
  5. runhaskell Setup.hs install

How to install with cabal-install

  1. cabal update
  2. cabal install happstack