Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
optparse-applicative 0.18.1.tar.gz | 2023-05-29 | 63.7 kB | |
optparse-applicative 0.18.1.zip | 2023-05-29 | 84.9 kB | |
README.md | 2023-05-29 | 336 Bytes | |
Totals: 3 Items | 148.9 kB | 0 |
- Change pretty printer layout algorithm used.
The layoutSmart algorithm appears to be extremely slow with some command line sets, to the point where the program appears to hang.
Fixes issues: * # 476 - Stack executable 'hangs' with 0.17.1 and 0.18.0.
- Render help text with
AnsiStyle
aware rendering functions.