summaryrefslogtreecommitdiff
path: root/package.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove unused dependenciesstuebinm2022-02-181-2/+0
|
* switch to universum preludestuebinm2022-02-181-2/+3
| | | | also don't keep adjusted maps around if not necessary
* sprinkle some NFData everywherestuebinm2022-02-171-1/+1
| | | | (also some evaluateNF, leading to slightly less memory usage)
* server: post map updates to exneuland's APIstuebinm2022-02-161-1/+3
|
* server: remove cli-git, cli-extrasstuebinm2022-02-161-2/+1
| | | | | | | | both these packages are hard to use, seem to be either unfinished or abandoned, and also generally not very good. Also for some reason they depend on `lens`. Removing them dramatically shrunk the dependency closure!
* internal state: sort according to orgstuebinm2022-02-161-2/+1
| | | | (also, more lenses i guess)
* server: repositores & orgs fixed in configstuebinm2022-02-161-1/+6
| | | | a very simple setup that might be usable for divoc and similar small events
* … several hours of fighting with TOML laterstuebinm2022-02-161-0/+1
| | | | | | WHO THOUGHT THIS SYNTAX WAS A GOOD IDEA?? (and who decided to write the least obvious combinator library to parse it?)
* server: switch to universum prelude, some cleanupstuebinm2022-02-151-2/+5
| | | | it's slightly less of a mess than it was before
* server: added (somewhat) sensible loggingstuebinm2022-02-121-13/+10
| | | | it's not very sensible, but at least it exists
* server: present lint results in pretty htmlstuebinm2022-02-111-0/+1
| | | | | (this is mostly a rewrite / translation of the django templates built into rc3's hub)
* server: simple servant-lucid stuffstuebinm2022-02-101-0/+3
|
* server: simple toml configstuebinm2022-02-071-0/+1
|
* server: proper job handlingstuebinm2022-02-071-0/+2
| | | | | Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
* non-blocking serverstuebinm2022-02-071-1/+2
|
* basic server setup (using servant)stuebinm2022-02-011-1/+21
| | | | | | | 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-0/+52
as annoying as yaml is, cabal's package format is somehow worse, apparently