summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
3 daysverbump: pandoc 3.6.1gesh
8 daysupstream 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-12-03Stop specifying resolvergesh
The only part we actually must have is that the resolver uses ghc>=9.6.5 Since the upstream resolver does so, don't touch it. (Taking this position since upstream specifies different versions from lts, which causes spurious needs for version bumps) Reverts: fd3228748b392fad36689df44d23c07fa7953830
2024-12-03upstream verbump: pandoc 3.5gesh
2024-10-08verbump: pandoc 3.5gesh
2024-09-18upstream verbump: pandoc 3.4gesh
2024-09-10verbump: pandoc 3.4gesh
2024-08-08Reorganize to standard ordergesh
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-20upstream verbump: pandoc 3.2gesh
Also bump to lts-22.22 to pick up ghc-9.6.5 instead of specifying manually
2024-05-12verbump: pandoc 3.2gesh
2024-05-12Clean up+fix dep bumping frameworkgesh
Use it for pandoc bumping as well (instead of blind sed scripts), taking care that pandoc-cli, pandoc-lua-engine are also in pandoc's repo
2024-05-05upstream verbump: pandoc 3.1.13gesh
2024-05-02Force building with ghc-9.6.5gesh
The default makepkg configuration sets LDFLAGS but not LD. GHC used to take this as its cue to select its own choice of LD. However GHC would *not* check that its choice of LD supports LDFLAGS. This is a problem for dependencies with C components, which get linked using this LD. A fix[1] for this has landed in ghc 9.6.5 on 2024-04-16, and ghc's installed using the current ghcup HEAD (starting with 7a684ad[2]) will have `--disable-ld-override` passed, which also fixes the issue. [1] - https://gitlab.haskell.org/ghc/ghc/-/issues/24565 [2] - https://github.com/haskell/ghcup-hs/issues/1032
2024-05-02framework: enable setting *unset* dep versionsgesh
2024-05-02Remove unnecessary stack setupgesh
2024-04-15verbump: pandoc 3.1.13gesh
2024-04-15Add git makedepgesh
Thanks to @alerque for reminding me of the makedep requirement
2024-04-04Remove local-only filesgesh
.gitattributes are useful for local configuration, but they shouldn't have been checked in
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-04-04Ignore patch ws errorsgesh
2022-02-01verbump: pandoc 2.17.1.1 releasedgesh
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-07gitattributes: ignore whitespace in SRCINFOgesh
Previous config also killed diffs
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