summaryrefslogtreecommitdiff
path: root/lib/WriteRepo.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a year went byHEADmainstuebinm2023-10-241-63/+0
| | | | | | | | | | | | | This does many meta-things, but changes no functionality: - get rid of stack, and use just cabal with a stackage snapshot instead (why did I ever think stack was a good idea?) - update the stackage snapshot to something halfway recent - thus making builds work on nixpkgs-23.05 (current stable) - separating out packages into their own cabal files - use the GHC2021 set of extensions as default - very slight code changes to make things build again - update readme accordingly - stylish-haskell run
* code formatterstuebinm2022-10-111-1/+1
|
* server: write out adjusted mapsstuebinm2022-03-191-1/+1
|
* switch to universum preludestuebinm2022-03-191-9/+7
| | | | also don't keep adjusted maps around if not necessary
* use hpack and clean up modulesstuebinm2022-03-191-1/+1
| | | | as annoying as yaml is, cabal's package format is somehow worse, apparently
* fix a bug when writing things outstuebinm2021-12-161-3/+3
| | | | (it didn't check if directories to save maps in actually existed)
* various fixes to bugsstuebinm2021-11-281-29/+30
| | | | | | | | | | Among them - always set correct exit codes - refuse to write out files if the out path already exists - calculate the overall severity correctly - slightly changed the json output schema - also output the text output format in json - make the default config.json suitable for a production environment
* exit with code 1 if maximum lint level exceededstuebinm2021-11-171-5/+6
|
* disable print output when copying filesstuebinm2021-11-141-2/+2
| | | | (this would otherwise break the json schema if `--json` is given)
* config option: don't copy asset filesstuebinm2021-11-141-18/+21
|
* fail on missing map assetsstuebinm2021-11-101-3/+8
| | | | (but not (yet?) on missing maps/entrypoints)
* copy map assets (and refuse if any are missing)stuebinm2021-11-101-20/+47
|
* extra module for repository writeoutstuebinm2021-11-101-0/+28