| Age | Commit message (Collapse) | Author |
|
- Remove server flag.
- Remove pandoc-server executable.
- Add Text.Pandoc.Server as exposed module. [API change]
- Re-use Opt (and our existing FromJSON instance) for Params.
- Document.
|
|
|
|
|
|
This is based on servant. It is less hacky and more extensible.
|
|
|
|
This was required for older cabal-install versions, but these are no
longer supported.
|
|
|
|
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
|
|
(Add `--set` to `ghcup install`.)
|
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
|
|
ghcup is installed by default on the GitHub runners.
This allows us to avoid relying on a third-party action
and may render #7984 irrelevant.
|
|
|
|
This reverts commit 26f64c4d0561bd21b4a8014347af54a242e91f69.
|
|
|
|
the are failing with exit 1 in linker phase (out of memory?).
|
|
|
|
|
|
* Drop old windows 32-bit constraints
- basement >= 0.0.10 was 0.0.12 on stackage-18.10
- foundation >= 0.0.23 was 0.0.26.1 on stackage-18.10
* Update cabal `tested-with` field to correspond to `ci.yml` matrix
* ghc: 8.10.{2,4} → 8.10.7
|
|
This allows us to get rid of the old custom prelude and
some crufty cpp. But the primary reason for this is that
conduit has bumped its base lower bound to 4.12, making it
impossible for us to support lower base versions.
|
|
|
|
I don't know what is going on with lmodern and lualatex.
|
|
|
|
|
|
|
|
with xelatex, pdflatex, lualatex.
|
|
This will prevent the test output from being overwhelmed
with headings from passing tests.
|
|
|
|
See failure at https://github.com/jgm/pandoc/runs/2541449722
|
|
|
|
|
|
|
|
|
|
We add fields to matrix.versions to handle the cabal
command prefix (v2-, new-, nothing) and whether `--test-option`
is supported.
|
|
|
|
|
|
For benchmark we build with optimizations, so the regular
cache is useless.
|
|
- don't build tests, just benchmarks.
- get allocation info.
|
|
|
|
|
|
actions/haskell-setup is no longer maintained.
|
|
|
|
|
|
|
|
|
|
It is no longer necessary, because ghc, cabal, and stack are
pre-installed.
|
|
|
|
|
|
We're having the build fail with
```
windows\ghc-8.6.5\mingw\bin\strip.exe: unable to rename 'C:\sr\snapshots\c886f694\bin\happy.exe'; reason: File exists
```
|