Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | basic server setup (using servant) | stuebinm | 2022-03-19 | 1 | -0/+28 |
| | | | | | | | 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 … | ||||
* | playing around with types | stuebinm | 2022-03-19 | 1 | -0/+7 |
| | |||||
* | build with stack & use newer Aeson | stuebinm | 2021-11-14 | 1 | -0/+48 |
since the older versions of Aeson can be attacked via hash-flooding. |