hapistrano 0.3.6.0 → 0.3.6.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~yamlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: yaml
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- hapistrano.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,6 @@+## 0.3.6.1+* Loose upper bound for yaml 0.11+ ## 0.3.6.0 * Add support to interpolate ENV variables in a configuration file. * Add support for GHC 8.6.1
hapistrano.cabal view
@@ -1,5 +1,5 @@ name: hapistrano-version: 0.3.6.0+version: 0.3.6.1 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.6- , yaml >= 0.8.16 && < 0.11+ , yaml >= 0.8.16 && < 0.12 if flag(dev) ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror else