hapistrano 0.3.5.2 → 0.3.5.3
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- hapistrano.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,6 @@+## 0.3.5.3+* Support for aeson 1.3+ ## 0.3.5.2 * Loose uppers bounds for async
hapistrano.cabal view
@@ -1,5 +1,5 @@ name: hapistrano-version: 0.3.5.2+version: 0.3.5.3 synopsis: A deployment library for Haskell applications description: .@@ -63,7 +63,7 @@ main-is: Main.hs other-modules: Config , Paths_hapistrano- build-depends: aeson >= 0.11 && < 1.3+ build-depends: aeson >= 0.11 && < 1.4 , async >= 2.0.1.6 && < 2.4 , base >= 4.8 && < 5.0 , formatting >= 6.2 && < 7.0