hapistrano 0.3.5.3 → 0.3.5.4
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~temporaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: temporary
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- hapistrano.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,6 @@+## 0.3.5.4+* Support for temporary 1.3+ ## 0.3.5.3 * Support for aeson 1.3
hapistrano.cabal view
@@ -1,5 +1,5 @@ name: hapistrano-version: 0.3.5.3+version: 0.3.5.4 synopsis: A deployment library for Haskell applications description: .@@ -94,7 +94,7 @@ , path >= 0.5 && < 0.7 , path-io >= 1.2 && < 1.4 , process >= 1.4 && < 1.7- , temporary >= 1.1 && < 1.3+ , temporary >= 1.1 && < 1.4 if flag(dev) ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror else