Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 772 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 772 Bytes

directory Hackage Build Status

Documentation can be found on Hackage.

Building from Git repository

When building this package directly from the Git repository, one must run autoreconf -i to generate the configure script needed by cabal configure. This requires Autoconf to be installed.

autoreconf -i
cabal install

There is no need to run the configure script manually however, as cabal configure does that automatically.