Skip to content

optparse-applicative 0.17.1

Compare
Choose a tag to compare
@HuwCampbell HuwCampbell released this 23 May 10:43
· 33 commits to master since this release
  • Widen bounds for ansi-wl-pprint. This supports the use of prettyprinter
    in a non-breaking way, as the ansi-wl-pprint > 1.0 support the newer
    library.

  • Export helpIndent from Options.Applicative.

  • Export completion script generators from Options.Applicative.BashCompletion.

  • Add simpleVersioner utility for adding a '--version' option to a parser.

  • Improve documentation.