hapistrano 0.4.1.1 → 0.4.1.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.4.1.2+### Changed+* Allow optparse-applicative-0.16.0.0+ ## 0.4.1.1 ### Changed * Allow `ansi-terminal` 0.11
hapistrano.cabal view
@@ -1,5 +1,5 @@ name: hapistrano-version: 0.4.1.1+version: 0.4.1.2 synopsis: A deployment library for Haskell applications description: .@@ -83,7 +83,7 @@ , formatting >= 6.2 && < 7.0 , gitrev >= 1.2 && < 1.4 , hapistrano- , optparse-applicative >= 0.11 && < 0.16+ , optparse-applicative >= 0.11 && < 0.17 , path >= 0.5 && < 0.8 , path-io >= 1.2 && < 1.7 , stm >= 2.4 && < 2.6