summaryrefslogtreecommitdiff
path: root/stack.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* basic server setup (using servant)stuebinm2022-02-011-0/+12
| | | | | | | 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-01-151-45/+1
| | | | as annoying as yaml is, cabal's package format is somehow worse, apparently
* playing around with typesstuebinm2022-01-021-0/+1
|
* build with stack & use newer Aesonstuebinm2021-11-141-0/+76
since the older versions of Aeson can be attacked via hash-flooding.