Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server: simple servant-lucid stuff | stuebinm | 2022-03-19 | 1 | -1/+1 |
| | |||||
* | basic server setup (using servant) | stuebinm | 2022-03-19 | 1 | -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 modules | stuebinm | 2022-03-19 | 1 | -45/+1 |
| | | | | as annoying as yaml is, cabal's package format is somehow worse, apparently | ||||
* | playing around with types | stuebinm | 2022-03-19 | 1 | -0/+1 |
| | |||||
* | build with stack & use newer Aeson | stuebinm | 2021-11-14 | 1 | -0/+76 |
since the older versions of Aeson can be attacked via hash-flooding. |