summaryrefslogtreecommitdiff
path: root/src/Version.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* switch to universum preludestuebinm2022-02-181-2/+2
| | | | also don't keep adjusted maps around if not necessary
* don't fail compilation if git is unavailablestuebinm2022-02-121-1/+3
| | | | (instead, `walint --version` will now just say "unknown")
* print version information on --versionstuebinm2021-12-221-0/+15
If --version is given, `walint` prints version information, then exists with code 0.