packages feed

cmdtheline-0.2.1.1: README.md

CmdTheLine v0.2.1.1
===============

[![Build Status](https://secure.travis-ci.org/eli-frey/cmdtheline.png)](http://travis-ci.org/eli-frey/cmdtheline)

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).

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 (0.2) stable branch.

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

###0.3
The next release candidate.

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

Copyright © 2012 Vincent Elisha Lee Frey