Age | Commit message (Collapse) | Author |
|
.gitattributes are useful for local configuration, but they shouldn't
have been checked in
|
|
Upstream releases aren't monotonic wrt vercmp -- eg they release
v0.3.16.0f < v0.3.17.0 < v0.3.17.0a
whereas vercmp would sort this
v0.3.16.0f < v0.3.17.0a < v0.3.17.0
After considering multiple solutions, noticing that the final alphabetic
component seems to be a patch version not reflected in
`pandoc-crossref.cabal`, decided to just drop that component.
The information provided in it is redundant with the .rCOUNT.gSHA
component, and none of the ways of massaging it into an acceptable
pkgver left me confident they'd solved the mononicity problem.
As a bonus, this solution will not create spurious downgrade warnings.
|
|
|
|
Previous config also killed diffs
|
|
* Decouple from `pandoc-bin`
* NOTE: `pandoc-crossref` _only_ works with the `pandoc` version it was
built for
* Make into -git package
|