File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ ## Version 0.15.0.0 (05 Jul 2019)
2+
3+ - Add support for GHC 8.8.1.
4+
5+ - Add ` subparserInline ` modifier as additional way of
6+ executing subparsers. When activated, the subparser
7+ parse tree will be inserted into that of the parent
8+ instead of being run independently, allowing mixing
9+ of child and parent options.
10+
11+ - Improve rendering of complex nested parse structures.
12+ Previously, brackets and parenthesis did not respect
13+ whether or not options had to be defined together.
14+ Now the parse tree is more accurately represeted in
15+ the help text.
16+
17+ - Add ` helpLongEquals ` modifier, which will change how
18+ long options are printed in the help text, adding an
19+ equals sign, for example "--input=FILE".
20+
21+ - Updated dependency bounds.
22+
23+ - Clean ups and Documentation.
24+
125## Version 0.14.3.0 (03 Oct 2018)
226
327- Updated dependency bounds.
Original file line number Diff line number Diff line change 11name : optparse-applicative
2- version : 0.14.3 .0
2+ version : 0.15.0 .0
33synopsis : Utilities and combinators for parsing command line options
44description :
55 optparse-applicative is a haskell library for parsing options
You can’t perform that action at this time.
0 commit comments