Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-optparse-applicative
From: Masatake Daimon
Date: 2021-04-23 18:41:34
Message id: 20210423164134.D4E98FA95@cvs.NetBSD.org
Log Message:
Update to optparse-applicative-0.16.1.0
Version 0.16.1.0 (21 Nov 2020)
* Guard process dependency behind an on by default flag. This allows
one to shrink the dependency tree significantly by turning off the
ability to use bash completion actions.
* Remove bytestring dependency from the test suite.
Version 0.16.0.0 (14 Aug 2020)
* Add Options.Applicative.NonEmpty.some1 function, which parses
options the same as some1 from base, but doesn't cause duplicates in
the usage texts.
* Further improve help text generation in the presence of optional
values when nesting is involved, and many and some when displayed
with a suffix.
* Add "global" options to the usage texts for subcommands. When using
subcommands, a "global options" section can now appear below the
options and commands sections.
Global options are off by default, to enable them, use the
helpShowGlobals modifier.
The noGlobal builder will suppress a single option being displayed
in the global options list.
* Allow the --help option to take the name of a command. Usage without
any arguments is the same, but now, when an argument is given, if it
is the name of a currently reachable command, the help text for that
command will be show.
* Updated dependency bounds.
* Add builder for the all positional parser policy.
* Remove deprecated functions
- nullOption
- execParserMaybe
- customExecParserMaybe
Files: