CmdTheLine v0.1
===============
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).
LICENSE
-------
MIT - See file 'LICENSE' for details.
Copyright © 2012 Vincent Elisha Lee Frey