licensor-0.5.0: CHANGELOG.md
# 0.5.0 (2021-05-30)
- Add `--licenses` option to collect the license files for dependencies
# 0.4.3 (2021-02-06)
- Use System.Console.GetOpt instead of cmdargs
# 0.4.2 (2021-01-31)
- Fix "Error: ..." message
# 0.4.1 (2020-04-12)
- Set resolver to LTS 15.8 (a79cb02)
* Allow Cabal > 2.2
# 0.4.0 (2020-02-16)
## Enhancements
- Use hpack
# 0.3.0 (2019-02-05)
## Enhancements
- Use Stack (executable) to get licenses (ec8412b)
- Use `ls dependencies` instead of `list-dependencies` (4f4d41d)
## Bugs
- Fix incorrect license if package matches a Hackage package (#23)
# 0.2.2 (2018-01-16)
- Allow http-conduit 2.3 (558fe3d)
# 0.2.1 (2017-07-24)
- Allow base 4.10 and Cabal 2.0 (7bbb360)
# 0.2.0 (2016-09-18)
## Enhancements
- Allow use in multi-package project (f545a4c)
- Handle exceptions (ec640bb)
- Replace HTTP with http-conduit (f6735cb)
- Add command line arguments (2558a05)
- Add a library (835ac70)
# 0.1.0 (2016-08-13)