anitomata-aseprite 0.1.1.0 → 0.1.1.1
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- anitomata-aseprite.cabal +2/−2
- package.yaml +2/−2
anitomata-aseprite.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: anitomata-aseprite-version: 0.1.1.0+version: 0.1.1.1 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.20+ , base >=4.17 && <4.21 , 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.0+version: 0.1.1.1 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.20+ - base >= 4.17 && <4.21 - directory >= 1.3.7.1 && <1.4 - filepath >= 1.4.2.2 && <1.6 - module-munging >= 0.1 && <0.2