Skip to content

Commit ec10d12

Browse files
committed
Bump minimal aeson version to 2.0 due to Keymap
1 parent 23039a4 commit ec10d12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [0.0.2.1] - 2022-08-09
44

55
- Fix `firstgid` field name in embedded tilesets.
6+
- Minimal `aeson` version is actually 2.0 (due to `KeyMap`).
67

78
## [0.0.2.0] - 2022-05-04
89

aeson-tiled.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ library
5656
build-depends:
5757
base >= 4.7 && < 5
5858
, bytestring >= 0.10 && < 1
59-
, aeson >= 1.0 && < 3
59+
, aeson >= 2.0 && < 3
6060
, containers >= 0.5 && < 1
6161
, text >= 1.2 && < 3
6262
, vector >= 0.11 && < 1

0 commit comments

Comments
 (0)