summaryrefslogtreecommitdiff
path: root/package.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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