hapistrano 0.3.2.1 → 0.3.2.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~optparse-applicativePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: optparse-applicative
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- hapistrano.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+## 0.3.2.2++* Allow optparse-applicative 0.14+ ## 0.3.2.1 * Add support for help in subcommands. Thanks to Vanessa McHale (GitHub: vmchale) for this contribution
hapistrano.cabal view
@@ -1,5 +1,5 @@ name: hapistrano-version: 0.3.2.1+version: 0.3.2.2 synopsis: A deployment library for Haskell applications description: .@@ -64,7 +64,7 @@ , async >= 2.0.1.6 && < 2.2 , base >= 4.6 && < 5.0 , hapistrano- , optparse-applicative >= 0.11 && < 0.14+ , optparse-applicative >= 0.11 && < 0.15 , path >= 0.5.8 && < 6.0 , path-io >= 1.2 && < 1.3 , stm >= 2.4 && < 2.5