From 7b8b938d369c4392d78257aebb5aa170f1009c88 Mon Sep 17 00:00:00 2001 From: Juan Paucar Date: Thu, 8 Mar 2018 09:04:00 -0500 Subject: [PATCH] Support for aeson 1.3 --- CHANGELOG.md | 3 +++ hapistrano.cabal | 4 ++-- stack.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb08ea..c195e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.3.5.3 +* Support for aeson 1.3 + ## 0.3.5.2 * Loose uppers bounds for async diff --git a/hapistrano.cabal b/hapistrano.cabal index 0f3e992..1bccda8 100644 --- a/hapistrano.cabal +++ b/hapistrano.cabal @@ -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 @@ executable hap 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 diff --git a/stack.yaml b/stack.yaml index 722c649..b543725 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,3 +1,3 @@ -resolver: lts-10.4 +resolver: lts-10.8 packages: - '.'