packages feed

cmdtheline-0.2.0.0: README.md

CmdTheLine v0.2
===============

Command line option parsing with applicative functors.

Installation
------------
To install, do

    cabal install

Depends
-------
All dependencies are provided by the [Haskell
Platform](http://hackage.haskell.org/platform). See cmdtheline.cabal for library
dependencies.

Docs
----
If you have enabled documentation in your cabal `config` file, after
installation you should have a copy of the documentation locally.  Otherwise
see the [Hackage repo](http://hackage.haskell.org/package/cmdtheline).

Bugs
----
Please report bugs to the
[issue tracker](http://github.com/eli-frey/cmdtheline/issues).


Branches
--------

###master
The currently stable branch.

###dev
Bug fixes and aditions that don't break compatibility with master.

###0.2
The next release candidate.

LICENSE
-------
MIT - See file 'LICENSE' for details.

Copyright © 2012 Vincent Elisha Lee Frey