anitomata-aseprite 0.1.1.2 → 0.1.1.3
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- anitomata-aseprite.cabal +2/−2
- package.yaml +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+## 0.1.1.3++* Relax upper bound on `base`: 4.21 -> 5+ ## 0.1.1.2 * Relax upper bound on `base`: 4.20 -> 4.21
anitomata-aseprite.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: anitomata-aseprite-version: 0.1.1.2+version: 0.1.1.3 synopsis: Code gen for Aseprite animations description: @anitomata@ Haskell code generation for Aseprite animations. category: Game@@ -41,7 +41,7 @@ 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- , base >=4.17 && <4.21+ , base >=4.17 && <5 , directory >=1.3.7.1 && <1.4 , filepath >=1.4.2.2 && <1.6 , module-munging ==0.1.*
package.yaml view
@@ -1,5 +1,5 @@ name: anitomata-aseprite-version: 0.1.1.2+version: 0.1.1.3 homepage: https://sr.ht/~jship/anitomata/ git: https://git.sr.ht/~jship/anitomata/ license: MIT@@ -40,7 +40,7 @@ library: dependencies: - aeson >= 2.1.2.1 && <2.3- - base >= 4.17 && <4.21+ - base >= 4.17 && <5 - directory >= 1.3.7.1 && <1.4 - filepath >= 1.4.2.2 && <1.6 - module-munging >= 0.1 && <0.2