cflp-0.1: INSTALL
# Installation Instructions
You can install the `cflp` package as follows.
1. Unpack the sources and move into the source directory.
> tar -xzf cflp-*.tar.gz
> cd cflp-*
2. Run configure, build, test, and install.
> runhaskell Setup.lhs configure --user
> runhaskell Setup.lhs build
> runhaskell Setup.lhs test
> runhaskell Setup.lhs install