packages feed

hapistrano 0.3.5.7 → 0.3.5.8

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 view
@@ -1,3 +1,6 @@+## 0.3.5.8+* Loose upper bound for yaml 0.9+ ## 0.3.5.7 * Loose upper bound for aeson 1.4 
hapistrano.cabal view
@@ -1,5 +1,5 @@ name:                hapistrano-version:             0.3.5.7+version:             0.3.5.8 synopsis:            A deployment library for Haskell applications description:   .@@ -80,7 +80,7 @@                      , path               >= 0.5 && < 0.7                      , path-io            >= 1.2 && < 1.4                      , stm                >= 2.4 && < 2.5-                     , yaml               >= 0.8 && < 0.9+                     , yaml               >= 0.8 && < 0.10   if flag(dev)     ghc-options:       -threaded -rtsopts -with-rtsopts=-N -Wall -Werror   else