anitomata 0.1.0.1 → 0.1.0.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.cabal +1/−1
- package.yaml +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+## 0.1.0.2++* Relax upper bound on `base`: 4.20 -> 4.21+ ## 0.1.0.0 * Initial release
anitomata.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: anitomata-version: 0.1.0.1+version: 0.1.0.2 synopsis: Composable sprite animation description: Composable 2D sprite animation in Haskell. category: Game
package.yaml view
@@ -1,5 +1,5 @@ name: anitomata-version: 0.1.0.1+version: 0.1.0.2 homepage: https://sr.ht/~jship/anitomata/ git: https://git.sr.ht/~jship/anitomata/ license: MIT