summaryrefslogtreecommitdiff
path: root/stack.yaml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-15server: switch to universum prelude, some cleanupstuebinm1-1/+1
it's slightly less of a mess than it was before
2022-02-12add haskell.nix build systemstuebinm1-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?
2022-02-10server: simple servant-lucid stuffstuebinm1-1/+1
2022-02-01basic server setup (using servant)stuebinm1-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 …
2022-01-15use hpack and clean up modulesstuebinm1-45/+1
as annoying as yaml is, cabal's package format is somehow worse, apparently
2022-01-02playing around with typesstuebinm1-0/+1
2021-11-14build with stack & use newer Aesonstuebinm1-0/+76
since the older versions of Aeson can be attacked via hash-flooding.