summaryrefslogtreecommitdiff
path: root/stack.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* server: switch to universum prelude, some cleanupstuebinm2022-02-151-1/+1
| | | | 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-1/+1
|
* 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.