zipedit: Create simple list editor interfaces

[ bsd3, library, user-interfaces ] [ Propose Tags ]

Create simple interfaces which allow the user to edit lists using various simple commands (move back, move forward, modify current element, etc).


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.2.1, 0.2.2, 0.2.3
Dependencies base, directory, mtl, process [details]
License BSD-3-Clause
Author Brent Yorgey
Maintainer Brent Yorgey <byorgey@gmail.com>
Category User Interfaces
Home page http://code.haskell.org/~byorgey/code/zipedit
Uploaded by BrentYorgey at 2008-06-26T16:31:57Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3523 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for zipedit-0.2.3

[back to package description]
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.