hapistrano 0.4.1.0 → 0.4.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~ansi-terminalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ansi-terminal
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- hapistrano.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+## 0.4.1.1+### Changed+* Allow `ansi-terminal` 0.11+ ## 0.4.1.0 ### Added * Support for GHC 8.10
hapistrano.cabal view
@@ -1,5 +1,5 @@ name: hapistrano-version: 0.4.1.0+version: 0.4.1.1 synopsis: A deployment library for Haskell applications description: .@@ -54,7 +54,7 @@ , System.Hapistrano.Types , System.Hapistrano.Commands.Internal build-depends: aeson >= 0.11 && < 1.6- , ansi-terminal >= 0.9 && < 0.11+ , ansi-terminal >= 0.9 && < 0.12 , base >= 4.8 && < 5.0 , filepath >= 1.2 && < 1.5 , formatting >= 6.2 && < 7.0