summaryrefslogtreecommitdiff
path: root/stack.yaml.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* server: switch to universum prelude, some cleanupstuebinm2022-02-151-4/+4
| | | | it's slightly less of a mess than it was before
* add haskell.nix build systemstuebinm2022-02-121-2/+1
| | | | | | it's an annoying blockchain company, but apparently that thing is the only usable option to build stack things with nix without having to redefine all the (outdated) haskell packages in nixpkgs?
* server: simple servant-lucid stuffstuebinm2022-02-101-0/+7
|
* basic server setup (using servant)stuebinm2022-02-011-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 typesstuebinm2022-01-021-0/+7
|
* build with stack & use newer Aesonstuebinm2021-11-141-0/+48
since the older versions of Aeson can be attacked via hash-flooding.