@hackage zipedit0.2.3

Create simple list editor interfaces

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    Brent Yorgey <byorgey@gmail.com>

  • Versions

    • 0.2.3 Thu, 26 Jun 2008
    • 0.2.2 Wed, 25 Jun 2008
    • 0.2.1 Sat, 21 Jun 2008
    • 0.2 Fri, 20 Jun 2008
    • 0.1 Mon, 16 Jun 2008

Building:

Get the dependencies

There aren't any!  Isn't that nice?

Build with Cabal:

runhaskell Setup configure --prefix=$HOME
runhaskell Setup build
runhaskell Setup install --user

Building Haddock documentation (optional):

runhaskell Setup haddock

Once the documentation has been built, you can access it by
pointing your browser to dist/doc/html/index.html.  It contains
descriptions of the exported functions, in addition to a few
examples of the library's use.