| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-05 | Bump cachix/install-nix-action from 19 to 20 (#8670) | dependabot[bot] | |
| Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v19...v20) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2023-03-05 | Windows CI: fix directory for global cabal store. | John MacFarlane | |
| 2023-03-05 | Revert "Another attempt at fixing Windows CI caching." | John MacFarlane | |
| This reverts commit 4345350038609e4b47270dcb73c1bc6dcb3dfd60. | |||
| 2023-03-05 | Another attempt at fixing Windows CI caching. | John MacFarlane | |
| We use setup-haskell, which defines cabal-store as one of its outputs. | |||
| 2023-03-04 | CI: Use full windows path for cabal store. | John MacFarlane | |
| 2023-03-04 | Another attempt to fix windows CI caching. | John MacFarlane | |
| 2023-03-04 | Fix nix CI. | John MacFarlane | |
| 2023-03-04 | Add linux-nix-cabal CI. | John MacFarlane | |
| 2023-03-04 | Another try at fixing Windows CI caching. | John MacFarlane | |
| 2023-03-02 | Another attempt to fix windows CI caching. | John MacFarlane | |
| 2023-03-02 | Try to fix cabal global store caching on Windows CI. | John MacFarlane | |
| 2023-02-18 | Install pkg-config for macos nightly. | John MacFarlane | |
| 2023-02-14 | CI: add linux-stack. | John MacFarlane | |
| 2023-02-14 | CI: switch to using cabal on windows. | John MacFarlane | |
| stack on windows has too many weird errors. | |||
| 2023-02-08 | Windows CI: don't cache local packages. | John MacFarlane | |
| We're running into a stack bug with internal libraries. See commercialhaskell/stack#6046. | |||
| 2023-02-08 | CI: workaround ghcup issue on GitHub actions CI. | John MacFarlane | |
| See https://discourse.haskell.org/t/incident-github-actions-ci-failure-ghcup/5761 | |||
| 2023-01-18 | Macos release candidate action: fix version.txt.pandoc-server-0.1pandoc-lua-engine-0.1pandoc-cli-0.13.0 | John MacFarlane | |
| 2023-01-12 | CI: remove unused key `testopts` from version matrix. | Albert Krewinkel | |
| 2023-01-12 | CI: test with GHC 9.2.5 and 9.4.4 | Albert Krewinkel | |
| 2023-01-12 | CI: bump all versions of "cache" action to v3 | Albert Krewinkel | |
| This fixes deprecation warnings on GitHub. | |||
| 2022-11-07 | CI: use cabal 3.8.1.0, `--ghc-options=-Werror`. | John MacFarlane | |
| Previously we had to work around a cabal-install bug that caused `-Werror` to react to dependencies as well as local packages, but this is fixed in cabal 3.8.1.0. There are some cases in which building dependencies only doesn't work (see #8084). | |||
| 2022-10-31 | First stab at mtl 2.3 compliance. | John MacFarlane | |
| This will no doubt produce a bunch of warnings and hence CI failures, which we'll need to work around with explicit imports. | |||
| 2022-10-29 | Nightly: strip executables on windows and macos. | John MacFarlane | |
| 2022-10-29 | Use cabal for nightly builds. | John MacFarlane | |
| 2022-10-29 | Nightly windows: add stack clean. | John MacFarlane | |
| 2022-10-29 | ALlow nightly action to be run manually. | John MacFarlane | |
| 2022-10-29 | Nightly windows build: use --local-bin-path to place binary. | John MacFarlane | |
| 2022-10-28 | CI: add ghc 9.4.2. | John MacFarlane | |
| 2022-10-24 | Switch release_candidate workflow to workflow_dispatch | John MacFarlane | |
| 2022-10-17 | CI: Make sure we test -lua configuration. | John MacFarlane | |
| 2022-10-13 | CI: make sure we catch benchmark build failure. | John MacFarlane | |
| 2022-10-09 | CI: build and test all components | Albert Krewinkel | |
| 2022-10-04 | Fix rc build for Windows. | John MacFarlane | |
| 2022-10-02 | Fix `nightly` flag for macos nightly build. | John MacFarlane | |
| 2022-10-01 | Fix nightly Windows build so it uses `nightly` flag. | John MacFarlane | |
| 2022-09-29 | cabal.project: move back to using `flags:`. | John MacFarlane | |
| If we add the flag to constraints, it can't be overridden on the command line. | |||
| 2022-09-27 | CI: Update files that don't trigger CI. | John MacFarlane | |
| 2022-09-27 | CI: remove macos tests. | John MacFarlane | |
| These take much longer than the others and slow down CI, but there are almost never issues on macos that wouldn't show on linux. | |||
| 2022-09-27 | Split benchmarks out of CI into separate action. | John MacFarlane | |
| The benchmark action is only run on manual dispatch. Rationale: this action dramatically slows down CI. It is nice to run benchmarks, but we don't need them all the time. We add (non-optimized) testing of benchmark compilation to one of the CI builds. | |||
| 2022-09-26 | CI: Test compilation without 'server' flag. | John MacFarlane | |
| 2022-09-26 | CI: use secrets.CACHE_VERSION as cache key. | John MacFarlane | |
| This allows us to invalidate the cache by incrementing secrets.CACHE_VERSION in the UI. The key component deriving from cabal.project has been removed. Local caching has been re-added for Windows/stack. | |||
| 2022-09-23 | Fix stack config, nightly build | Albert Krewinkel | |
| 2022-09-22 | Add pandoc-lua and man pages to releases. | John MacFarlane | |
| 2022-09-18 | build(deps): bump actions/upload-artifact from 2 to 3 (#8304) | dependabot[bot] | |
| Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2022-08-17 | Remove -split-sections from windows release candidate build. | John MacFarlane | |
| It's not available for Windows ghc. | |||
| 2022-08-17 | Release candidate: try to speed up and improve windows build. | John MacFarlane | |
| 2022-08-17 | macos release candidate: create symlink after download. | John MacFarlane | |
| Otherwise we seem to get a full copy of the file! | |||
| 2022-08-17 | Integrate server into main pandoc. | John MacFarlane | |
| - 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. | |||
| 2022-08-16 | Make sure we test building the server. | John MacFarlane | |
| 2022-08-16 | Fix rc action for pandoc-server. | John MacFarlane | |
