1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
# ChangeLog for optparse-simple
## 0.1.1.4
* template-haskell 2.17 support [#15](https://github.com/fpco/optparse-simple/pull/15)
## 0.1.1.3
* optparse-applicative 0.16.0.0 support [#14](https://github.com/fpco/optparse-simple/issues/14)
## 0.1.1.2
* Run TH slice at the right time to get proper Git info [#13](https://github.com/fpco/optparse-simple/issues/13)
## 0.1.1.1
* Add explicit signature to work around [#12](https://github.com/fpco/optparse-simple/issues/12)
## 0.1.1
* Switch dependency `gitrev` to `githash`
## 0.1.0
* Migrate from `EitherT` to `ExceptT`
[#8](https://github.com/fpco/optparse-simple/issues/8)
## 0.0.4
* Support `--help` on subcommands
|