anitomata 0.1.0.0 → 0.1.0.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.cabal +2/−2
- package.yaml +2/−2
anitomata.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: anitomata-version: 0.1.0.0+version: 0.1.0.1 synopsis: Composable sprite animation description: Composable 2D sprite animation in Haskell. category: Game@@ -34,7 +34,7 @@ library 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:- base >=4.17 && <4.20+ base >=4.17 && <4.21 , vector >=0.13.1.0 && <0.14 default-language: GHC2021
package.yaml view
@@ -1,5 +1,5 @@ name: anitomata-version: 0.1.0.0+version: 0.1.0.1 homepage: https://sr.ht/~jship/anitomata/ git: https://git.sr.ht/~jship/anitomata/ license: MIT@@ -33,7 +33,7 @@ library: dependencies:- - base >= 4.17 && <4.20+ - base >= 4.17 && <4.21 - vector >= 0.13.1.0 && <0.14 source-dirs: library