anitomata-aseprite 0.1.1.4 → 0.1.1.5
raw patch · 3 files changed
+9/−5 lines, 3 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- anitomata-aseprite.cabal +3/−3
- package.yaml +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+## 0.1.1.5++* Relax upper bound on `aeson`: 2.3 -> 2.4+ ## 0.1.1.4 * Relax upper bound on `optparse-applicative`: 0.19 -> 0.20
anitomata-aseprite.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.37.0.+-- This file has been generated from package.yaml by hpack version 0.39.1. -- -- see: https://github.com/sol/hpack name: anitomata-aseprite-version: 0.1.1.4+version: 0.1.1.5 synopsis: Code gen for Aseprite animations description: @anitomata@ Haskell code generation for Aseprite animations. category: Game@@ -40,7 +40,7 @@ LambdaCase ghc-options: -Weverything -Wno-missing-local-signatures -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specializations -Wno-all-missed-specializations -Wno-unsafe -Wno-safe -Wno-missing-safe-haskell-mode build-depends:- aeson >=2.1.2.1 && <2.3+ aeson >=2.1.2.1 && <2.4 , base >=4.17 && <5 , directory >=1.3.7.1 && <1.4 , filepath >=1.4.2.2 && <1.6
package.yaml view
@@ -1,5 +1,5 @@ name: anitomata-aseprite-version: 0.1.1.4+version: 0.1.1.5 homepage: https://sr.ht/~jship/anitomata/ git: https://git.sr.ht/~jship/anitomata/ license: MIT@@ -39,7 +39,7 @@ library: dependencies:- - aeson >= 2.1.2.1 && <2.3+ - aeson >= 2.1.2.1 && <2.4 - base >= 4.17 && <5 - directory >= 1.3.7.1 && <1.4 - filepath >= 1.4.2.2 && <1.6