summaryrefslogtreecommitdiff
path: root/package.yaml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-19non-blocking serverstuebinm1-1/+2
2022-03-19basic server setup (using servant)stuebinm1-1/+21
adds a very basic http server that can be sent links to repositories & will download & lint them, then answer the request with the lints. Should probably do this in a non-blocking way …
2022-03-19use hpack and clean up modulesstuebinm1-0/+52
as annoying as yaml is, cabal's package format is somehow worse, apparently