summaryrefslogtreecommitdiff
path: root/stack.yaml.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update stack resolverstuebinm2022-10-111-86/+16
| | | | | (also got rid of the map templater, which had version problems with mustache — it's not likely anyone will need it anyways)
* server: websocket for updates & auto-reloadstuebinm2022-03-191-0/+7
| | | | todo: find a better solution than writing javascript in haskell strings. SERIOUSLY.
* cwality-maps: add mustache templatingstuebinm2022-03-191-0/+7
| | | | | not going to be my faviourite templating language, but it seems to work pretty well for this.
* server: switch to universum prelude, some cleanupstuebinm2022-03-191-4/+4
| | | | it's slightly less of a mess than it was before
* add haskell.nix build systemstuebinm2022-03-191-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-03-191-0/+7
|
* basic server setup (using servant)stuebinm2022-03-191-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-03-191-0/+7
|
* build with stack & use newer Aesonstuebinm2021-11-141-0/+48
since the older versions of Aeson can be attacked via hash-flooding.