hapistrano 0.3.5.9 → 0.3.5.10
raw patch · 2 files changed
+6/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- hapistrano.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,6 @@+## 0.3.5.10+* Updated upper bound for yaml 0.10+ ## 0.3.5.9 * Loose upper bound for path-io 1.4
hapistrano.cabal view
@@ -1,5 +1,5 @@ name: hapistrano-version: 0.3.5.9+version: 0.3.5.10 synopsis: A deployment library for Haskell applications description: .@@ -80,7 +80,7 @@ , path >= 0.5 && < 0.7 , path-io >= 1.2 && < 1.5 , stm >= 2.4 && < 2.5- , yaml >= 0.8 && < 0.10+ , yaml >= 0.8 && < 0.11 if flag(dev) ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror else@@ -102,7 +102,7 @@ , hspec >= 2.0 && < 3.0 , mtl >= 2.0 && < 3.0 , path >= 0.5 && < 0.7- , path-io >= 1.2 && < 1.4+ , path-io >= 1.2 && < 1.5 , process >= 1.4 && < 1.7 , temporary >= 1.1 && < 1.4 if flag(dev)