We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23039a4 commit ec10d12Copy full SHA for ec10d12
ChangeLog.md
@@ -3,6 +3,7 @@
3
## [0.0.2.1] - 2022-08-09
4
5
- Fix `firstgid` field name in embedded tilesets.
6
+- Minimal `aeson` version is actually 2.0 (due to `KeyMap`).
7
8
## [0.0.2.0] - 2022-05-04
9
aeson-tiled.cabal
@@ -56,7 +56,7 @@ library
56
build-depends:
57
base >= 4.7 && < 5
58
, bytestring >= 0.10 && < 1
59
- , aeson >= 1.0 && < 3
+ , aeson >= 2.0 && < 3
60
, containers >= 0.5 && < 1
61
, text >= 1.2 && < 3
62
, vector >= 0.11 && < 1
0 commit comments