UweSchmidt / cmdtheline

fork of cmdtheline to support ghc-7.10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CmdTheLine v0.3.0

Command line option parsing with applicative functors.

Installation

To install, donwload repo and exec cmd

cabal install

or install with stack

stack setup ; stack build ; stack install

Depends

All dependencies are provided by the Haskell 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.

Bugs

Please report bugs to the issue tracker.

Branches

###master The currently (0.3) stable branch working with ghc-7.10

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

###0.3 The next release candidate.

Contributors

Bas Van Dijk -- GetOpt adapter Uwe Schmidt -- ghc-7.10 support

LICENSE

MIT - See file 'LICENSE' for details.

Copyright © 2012 Vincent Elisha Lee Frey

About

fork of cmdtheline to support ghc-7.10

License:MIT License


Languages

Language:Haskell 100.0%