summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2025-01-20Move dep to the new spelling pandoc-cligesh
Since pandoc (the project) has split (a while back, actually) into the cli and other components, the vanilla package name for the dependency has changed to suit. Use that for the dependency name.
2025-01-20Make conflicts more sanegesh
It suffices to conflict against the vanilla package, as all the variant packages should provide=(pandoc-crossref) which will make them conflict with us given we conflicts=(pandoc-crossref)
2025-01-20Cleanup for consistency with my other packagesgesh
Note: I changed the indentation style, this commit is best viewed with --ignore-all-space
2025-01-20upstream verbump: pandoc 3.6.2gesh
2025-01-15verbump: pandoc 3.6.2gesh
2024-12-24verbump: pandoc 3.6.1gesh
2024-12-19upstream verbump: pandoc 3.6gesh
2024-12-10Add missing depsgesh
These are also deps of pandoc and are therefore already implied. The GMP dep is common to all Haskell programs, the zlib dep _might_ be a transitive dep via the pandoc dependency itself, but I'm not sure.
2024-12-03Bump .SRCINFOgesh
Forgot to in 2904ec8c1a55735a8df89ed5206c6084ec36dfe1
2024-10-08verbump: pandoc 3.5gesh
2024-09-18upstream verbump: pandoc 3.4gesh
2024-09-10verbump: pandoc 3.4gesh
2024-08-03upstream verbump: pandoc 3.3gesh
2024-08-02verbump: pandoc 3.3gesh
2024-06-26upstream verbump: pandoc 3.2.1gesh
2024-06-25verbump: pandoc 3.2.1gesh
2024-05-20Forgot SRCINFOgesh
2024-05-12verbump: pandoc 3.2gesh
2024-05-05upstream verbump: pandoc 3.1.13gesh
2024-04-15verbump: pandoc 3.1.13gesh
2024-04-15Add git makedepgesh
Thanks to @alerque for reminding me of the makedep requirement
2024-04-01Convert license specification to SPDXgesh
Cf RFC#16
2024-04-01Fix pkgver()gesh
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.
2024-03-23upstream verbump: pandoc 3.1.12.3gesh
2024-03-21verbump: pandoc 3.1.12.3 (adds yq makedep)gesh
Programmatically edit stack.yaml for version bumping, makes maintenance easier. If yq is undesired, it can be edited out and replaced with a patch -- the edits should be pretty self-explanatory. This bumps the LTS used to 22.13, which point-bumps GHC
2024-02-03verbump: pandoc 3.1.11.1gesh
2023-12-17verbump: pandoc 3.1.11gesh
2023-10-30verbump: pandoc 3.1.9gesh
Forced compilation with ghc-9.6.3 to reduce maintenance burden (not needing multiple ghc versions installed)
2023-09-24verbump: pandoc 3.1.8gesh
2023-08-31verbump: pandoc 3.1.7gesh
2023-08-26verbump: pandoc 3.1.6.2gesh
2023-08-08verbump: pandoc 3.1.6.1gesh
2023-07-23verbump: pandoc 3.1.6gesh
2023-06-16verbump: pandoc 3.1.3 releasedgesh
2022-04-04And add .SRCINFO updatesgesh
2022-04-04Update for pandoc 2.18 changesgesh
Included patches: - Upstream PR#348: Fix pandoc breaking some tests' expected output
2022-02-01verbump: pandoc 2.17.1.1 releasedgesh
2021-11-22verbump: pandoc 2.16.2 releasedgesh
2021-11-21verbump: pandoc 2.16.2rcgesh
2021-11-07Fix provides versiongesh
Technically, should provide the PVP-appropriate bump over latest stable. However, that's a) hard to compute in a simple bash script and b) unlikely to be a problem, especially for executable (ie, nonlibrary) dependencies
2021-11-07Use stock pandoc constraintsgesh
Upstream updated buildplan to new pandoc version
2021-11-03verbump: pandoc 2.16.1gesh
2021-10-28verbump: pandoc 2.15 (fixed)gesh
Force usage of happy-1.20.0, since happy-1.21.0 in nightly does not build
2021-10-28verbump: pandoc 2.15gesh
lts -> nightly change since that is the only resolver containing hslua 2.0.0
2021-10-28Add support for unreleased pandoc versionsgesh
Sometimes `pandoc-citeproc` lags behind `pandoc` releases, so latest `pandoc` commit to build against is provided. This usually entails bumping some versions in `stack.yaml`, so `verbump.patch` is included (initially empty).
2021-10-28Convert to static buildgesh
* Decouple from `pandoc-bin` * NOTE: `pandoc-crossref` _only_ works with the `pandoc` version it was built for * Make into -git package
2021-09-06Version 0.3.12.0cAshwin Vishnu
2021-07-24Version 0.3.12.0b for pandoc 2.14.1Ashwin Vishnu
2021-06-01Veriosn 0.3.11.0 for pandoc 2.14Ashwin Vishnu
2021-04-04Version 0.3.10.0a for pandoc 2.13Ashwin Vishnu