aboutsummaryrefslogtreecommitdiff
path: root/src/Lib.hs
AgeCommit message (Collapse)Author
2020-03-03reorganize moduleDaniel Schadt
This switches some definitions around and wraps App in a newtype, in preparation for more cleanup.
2020-03-01rewrite imgHostMainDaniel Schadt
The right-drift was not nice to look at, so we're now doing the dispatch using a small helper method.
2020-02-18Initial commitDaniel Schadt