packages feed

cflp-0.0.2: INSTALL

# Installation Instructions

## Installation with Cabal

You can install the `cflp` package using Cabal as follows.

 1. Unpack the sources and move into the source directory.

        > tar -xzf cflp-*.tar.gz
        > cd cflp-*

 2. Run configure, build and install.

        > ./Setup.lhs configure --user
        > ./Setup.lhs build
        > ./Setup.lhs install