summaryrefslogtreecommitdiff
path: root/package.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* server: present lint results in pretty htmlstuebinm2022-03-191-0/+1
| | | | | (this is mostly a rewrite / translation of the django templates built into rc3's hub)
* server: simple servant-lucid stuffstuebinm2022-03-191-0/+3
|
* server: simple toml configstuebinm2022-03-191-0/+1
|
* server: proper job handlingstuebinm2022-03-191-0/+2
| | | | | Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
* non-blocking serverstuebinm2022-03-191-1/+2
|
* basic server setup (using servant)stuebinm2022-03-191-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 …
* use hpack and clean up modulesstuebinm2022-03-191-0/+52
as annoying as yaml is, cabal's package format is somehow worse, apparently