hapistrano 0.4.0.1 → 0.4.1.0
raw patch · 2 files changed
+10/−5 lines, 2 filesdep ~aesondep ~pathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, path
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- hapistrano.cabal +5/−5
CHANGELOG.md view
@@ -1,3 +1,8 @@+## 0.4.1.0+### Added+* Support for GHC 8.10+* Support for aeson-1.5+ ## 0.4.0.1 ### Changed * Allow `time` 1.10
hapistrano.cabal view
@@ -1,5 +1,5 @@ name: hapistrano-version: 0.4.0.1+version: 0.4.1.0 synopsis: A deployment library for Haskell applications description: .@@ -28,7 +28,7 @@ bug-reports: https://github.com/stackbuilders/hapistrano/issues build-type: Simple cabal-version: >=1.18-tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.1+tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1 extra-source-files: CHANGELOG.md , README.md , Dockerfile@@ -53,7 +53,7 @@ , 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 @@ 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 @@ , 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