summarylogtreecommitdiffstats
path: root/ver-bump.patch
AgeCommit message (Collapse)Author
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-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-21verbump: pandoc 2.16.2rcgesh
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).