summaryrefslogtreecommitdiff
path: root/lib/WriteRepo.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-24a year went byHEADmainstuebinm1-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
2022-10-11code formatterstuebinm1-1/+1
2022-03-19server: write out adjusted mapsstuebinm1-1/+1
2022-03-19switch to universum preludestuebinm1-9/+7
also don't keep adjusted maps around if not necessary
2022-03-19use hpack and clean up modulesstuebinm1-1/+1
as annoying as yaml is, cabal's package format is somehow worse, apparently
2021-12-16fix a bug when writing things outstuebinm1-3/+3
(it didn't check if directories to save maps in actually existed)
2021-11-28various fixes to bugsstuebinm1-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
2021-11-17exit with code 1 if maximum lint level exceededstuebinm1-5/+6
2021-11-14disable print output when copying filesstuebinm1-2/+2
(this would otherwise break the json schema if `--json` is given)
2021-11-14config option: don't copy asset filesstuebinm1-18/+21
2021-11-10fail on missing map assetsstuebinm1-3/+8
(but not (yet?) on missing maps/entrypoints)
2021-11-10copy map assets (and refuse if any are missing)stuebinm1-20/+47
2021-11-10extra module for repository writeoutstuebinm1-0/+28