diff --git a/CHANGELOG.md b/CHANGELOG.md index 5722064..c6bcd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## Unreleased +## 0.4.1.0 ### Added * Support for GHC 8.10 +* Support for aeson-1.5 ## 0.4.0.1 ### Changed diff --git a/hapistrano.cabal b/hapistrano.cabal index a1ecb2b..4144c5e 100644 --- a/hapistrano.cabal +++ b/hapistrano.cabal @@ -1,5 +1,5 @@ name: hapistrano -version: 0.4.0.1 +version: 0.4.1.0 synopsis: A deployment library for Haskell applications description: . @@ -53,7 +53,7 @@ library , System.Hapistrano.Core , System.Hapistrano.Types , System.Hapistrano.Commands.Internal - build-depends: aeson >= 0.11 && < 1.5 + build-depends: aeson >= 0.11 && < 1.6 , ansi-terminal >= 0.9 && < 0.11 , base >= 4.8 && < 5.0 , filepath >= 1.2 && < 1.5 @@ -77,7 +77,7 @@ executable hap hs-source-dirs: app main-is: Main.hs other-modules: Paths_hapistrano - build-depends: aeson >= 0.11 && < 1.5 + build-depends: aeson >= 0.11 && < 1.6 , async >= 2.0.1.6 && < 2.4 , base >= 4.8 && < 5.0 , formatting >= 6.2 && < 7.0 @@ -110,7 +110,7 @@ test-suite test , hapistrano , hspec >= 2.0 && < 3.0 , mtl >= 2.0 && < 3.0 - , path >= 0.5 && < 0.8 + , path >= 0.5 && < 0.7.1 , path-io >= 1.2 && < 1.7 , process >= 1.4 && < 1.7 , QuickCheck >= 2.5.1 && < 3.0 diff --git a/stack.yaml b/stack.yaml index 8efa70d..5a144f8 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,3 +1,3 @@ -resolver: lts-15.8 +resolver: lts-15.13 packages: - '.' diff --git a/stack.yaml.lock b/stack.yaml.lock index 581759d..ea454db 100644 --- a/stack.yaml.lock +++ b/stack.yaml.lock @@ -6,7 +6,7 @@ packages: [] snapshots: - completed: - size: 492015 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/8.yaml - sha256: 926bc3d70249dd0ba05277ff00943c0addb35b627cb641752669e7cf771310d0 - original: lts-15.8 + size: 496112 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/13.yaml + sha256: 75a1a0f870e1876898b117b0e443f911b3fa2985bfabb53158c81ab5765beda5 + original: lts-15.13