hask-home - Generate homepages for cabal packages

Description

This program generates simple homepages for cabalized Haskell packages.

Download

Darcs

$ darcs get --partial http://www.cs.chalmers.se/~bringert/darcs/hask-home/

Tarball

Latest release: hask-home-2006.8.30.tar.gz

You can also use hask-home-latest.tar.gz which should always redirect you to the latest release tarball.

Requirements

Installation

  1. Unpack the sources and enter the source directory:
    $ tar -zxf hask-home-2006.8.30.tar.gz
    $ cd hask-home-2006.8.30
    
  2. Configure:
    $ runghc Setup.hs configure
    
  3. Build:
    $ runghc Setup.hs build
    
  4. Install (as root):
    # runghc Setup.hs install
    

Maintainer

bjorn@bringert.net

License

BSD3