Package Release Info

ghc-optparse-applicative-0.12.1.0-2.3

Update Info: 5585
Available in Package Hub : 12 GA-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-optparse-applicative
ghc-optparse-applicative-devel

Change Logs

* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.12.1.0 revision 0 with cabal2obs.
* Wed Jan 20 2016 mimi.vx@gmail.com
- update to 0.12.1.0
  * Improve subparser contexts to improve usage error texts
  * Fixed bugs
* Wed Dec 30 2015 mimi.vx@gmail.com
- update to 0.12.0.0
  * Add "missing" error condition descriptions when required flags and arguments
    are not provided.
  * Allow multiple short flags to be concatenated together behind a single
    hyphen, e.g. "-xcf".
  * Updated dependency bounds on process and ansi-wl-pprint.
  * Add Show and Eq instances to some types for easier debugging.
  * Add defaultPrefs, a default preferences value
* Thu Nov 19 2015 mimi.vx@gmail.com
- initial commit