stackctl 1.1.0.2 → 1.1.0.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~Blammo
Dependency ranges changed: Blammo
Files
- CHANGELOG.md +5/−1
- stackctl.cabal +2/−2
CHANGELOG.md view
@@ -1,4 +1,8 @@-## [_Unreleased_](https://github.com/freckle/stackctl/compare/v1.1.0.2...main)+## [_Unreleased_](https://github.com/freckle/stackctl/compare/v1.1.0.3...main)++## [v1.1.0.3](https://github.com/freckle/stackctl/compare/v1.1.0.2...v1.1.0.3)++- Require Blammo-1.1.1.0 ## [v1.1.0.2](https://github.com/freckle/stackctl/compare/v1.1.0.1...v1.1.0.2)
stackctl.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: stackctl-version: 1.1.0.2+version: 1.1.0.3 license: MIT license-file: LICENSE copyright: 2022 Renaissance Learning Inc@@ -72,7 +72,7 @@ -Wno-unsafe -optP-Wno-nonportable-include-path build-depends:- Blammo >=1.1.0.0,+ Blammo >=1.1.1.0, Glob, aeson, aeson-casing,