summaryrefslogtreecommitdiff
path: root/lib/Badges.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lots of code reorganising and some deduplicationstuebinm2021-12-041-4/+4
| | | | | | | it was kinda getting messy in places. Also found some accidental isomorphisms between types, so these are now only one type because the consequences were getting silly.
* collect badges from object layersstuebinm2021-12-021-0/+70
this includes a halfway-reasonable parsing of object layers, as well as some monad plumbing to get them all in the right place.