@hackage multiarg0.26.0.0
Combinators to build command line parsers
Installation
Dependencies (3)
- base >=4.5.0.0 && <5
- bifunctors >=0.1.3.1
- containers >=0.4.2.1 Show all…
Dependents (8)
@hackage/dapi, @hackage/rewrite, @hackage/cartel, @hackage/acme-everything, @hackage/penny, @hackage/penny-bin, Show all…
Multiarg
This is multiarg, a library of combinators to parse command lines.
For "released" code see Hackage:
http://hackage.haskell.org/package/multiarg
multiarg is on Github:
http://www.github.com/massysett/multiarg
Versioning
multiarg releases are numbered in accordance with the Haskell Package Versioning Policy.
multiarg does not set its dependencies in accordance with the Package Versioning Policy, as I do not set upper bounds. multiarg is guaranteed to build with the minimum versions specified in the cabal file. I also include a current-versions.txt file that documents more recent dependencies that are also known to work.
If you find that multiarg does not build due to dependency problems:
- please let me know at omari@smileystation.com; 2) feel free to add appropriate upper bounds or patches to the package as appropriate; and 3) feel free to add command-line contraints to your cabal command to get it to build.