File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ ## Version 0.15.1.0 (12 Sep 2019)
2+
3+ - Improve printing of brief descriptions for parsers.
4+ Previously, the logical structure of the parser,
5+ such as alternative groups and segments which must
6+ be defined together, did not influence the layout of
7+ the brief description. This could lead to some help
8+ texts being difficult to read. Now, we use nesting
9+ and forced line breaks to help improve readability.
10+
111## Version 0.15.0.0 (05 Jul 2019)
212
313- Add support for GHC 8.8.1.
1121- Improve rendering of complex nested parse structures.
1222 Previously, brackets and parenthesis did not respect
1323 whether or not options had to be defined together.
14- Now the parse tree is more accurately represeted in
24+ Now the parse tree is more accurately represented in
1525 the help text.
1626
1727- Add ` helpLongEquals ` modifier, which will change how
Original file line number Diff line number Diff line change 11name : optparse-applicative
2- version : 0.15.0 .0
2+ version : 0.15.1 .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