packages feed

optparse-applicative 0.14.1.0 → 0.14.2.0

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~transformers-compatPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: transformers-compat

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,4 +1,8 @@-## Version 0.14.1.0 (12 Feb 2018)+## Version 0.14.2.0 (26 Feb 2018)++- Updated dependency bounds.++## Version 0.14.1.0 (23 Feb 2018)  - Updated dependency bounds. 
optparse-applicative.cabal view
@@ -1,5 +1,5 @@ name:                optparse-applicative-version:             0.14.1.0+version:             0.14.2.0 synopsis:            Utilities and combinators for parsing command line options description:     optparse-applicative is a haskell library for parsing options@@ -77,7 +77,7 @@    build-depends:       base                            == 4.*                      , transformers                    >= 0.2 && < 0.6-                     , transformers-compat             >= 0.3 && < 0.6+                     , transformers-compat             >= 0.3 && < 0.7                      , process                         >= 1.0 && < 1.7                      , ansi-wl-pprint                  >= 0.6.6 && < 0.7