Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server: simple servant-lucid stuff | stuebinm | 2022-03-19 | 1 | -0/+3 |
| | |||||
* | server: simple toml config | stuebinm | 2022-03-19 | 1 | -0/+1 |
| | |||||
* | server: proper job handling | stuebinm | 2022-03-19 | 1 | -0/+2 |
| | | | | | Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting) | ||||
* | non-blocking server | stuebinm | 2022-03-19 | 1 | -1/+2 |
| | |||||
* | basic server setup (using servant) | stuebinm | 2022-03-19 | 1 | -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 modules | stuebinm | 2022-03-19 | 1 | -0/+52 |
as annoying as yaml is, cabal's package format is somehow worse, apparently |