summaryrefslogtreecommitdiff
path: root/tiled/Data/Tiled.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* code formatterstuebinm2022-10-111-4/+4
|
* use template haskell aeson, not genericsstuebinm2022-10-111-52/+13
| | | | this has been bothering me for MONTHS, and it compiles faster now. also fixed some warnings
* linter: don't fail on missing mapsstuebinm2022-04-081-3/+6
| | | | | turns out eitherDecodeFile' doesn't have the semantics I thought it did (who writes functions returning either that can still fail??)
* make tiled even more strictstuebinm2022-03-191-7/+8
| | | | | | turns out aeson really REALLY likes to keep huge scientific numbers around, which is great if your data structures consist largely of arrays of (small) integers!
* make tiled stricter (and organise some imports)stuebinm2022-03-191-14/+4
|
* separate tiled modules out into own packagestuebinm2022-03-191-0/+396