summaryrefslogtreecommitdiff
path: root/tiled-hs.cabal (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-01rename to walintstuebinm1-64/+0
2021-09-30nicer json output which leaks less haskell namesstuebinm1-1/+2
2021-09-23prettier pretty printing and stuffstuebinm1-0/+1
also, configurable log level, which only required relaxing the type system once!
2021-09-23handle all maps in entire repositoriesstuebinm1-0/+1
(+ checking that paths don't run outside of respositories)
2021-09-23very naïve handling of directoriesstuebinm1-0/+1
2021-09-20simple parsing of local dependency pathsstuebinm1-1/+3
2021-09-18moved types into Types.hsstuebinm1-0/+1
it's almost as if there's some structure to this code!
2021-09-16input options, output jsonstuebinm1-6/+8
input options are mostly dummies for now, but some work (e.g. --inpath and --json). Lints can now be optionally printed as json to be reasonably machine-readable (and the json can be pretty-printed to make it human-readable again …).
2021-09-16moving lots of code aroundstuebinm1-8/+27
(also renaming things now that concepts seem a bit clearer)