kowainik / summoner

🔮 🔧 Tool for scaffolding batteries-included production-level Haskell projects
https://kowainik.github.io/projects/summoner
Mozilla Public License 2.0
694 stars 73 forks source link

[#499] Bump `optparse-applicative` to use 0.16 #513

Closed gdziadkiewicz closed 3 years ago

gdziadkiewicz commented 3 years ago

I bumped the version, confirmed that the code builds and the tests pass. I did some smoke testing of the CLI (--version, --help with and without subcmd, new). I was able to confirm that the bump really changes something - it fixes pcapriotti/optparse-applicative#379 .

Fixes #499