anitomata-aseprite 0.1.1.1 → 0.1.1.2
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- anitomata-aseprite.cabal +1/−1
- package.yaml +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+## 0.1.1.2++* Relax upper bound on `base`: 4.20 -> 4.21+ ## 0.1.1.0 * Drop dependencies on `attoparsec` and `string-interpolate`
anitomata-aseprite.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: anitomata-aseprite-version: 0.1.1.1+version: 0.1.1.2 synopsis: Code gen for Aseprite animations description: @anitomata@ Haskell code generation for Aseprite animations. category: Game
package.yaml view
@@ -1,5 +1,5 @@ name: anitomata-aseprite-version: 0.1.1.1+version: 0.1.1.2 homepage: https://sr.ht/~jship/anitomata/ git: https://git.sr.ht/~jship/anitomata/ license: MIT