diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-04-18 21:58:55 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-04-18 21:58:55 -0700 |
commit | 8d584b5826d43298c9b86f57c429a2a16092ef97 (patch) | |
tree | 777fed7a81dddf40f2dc6c0382edf9f1c93c0ce8 /.github/workflows | |
parent | 9d6c3fa41f8e84c700b1e97c8ba82f3d17e04b8e (diff) | |
download | pandoc-8d584b5826d43298c9b86f57c429a2a16092ef97.tar.gz |
CI: Use cabal 2.4 even with ghc 8.0.2
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64dda5302..bb5c743fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,8 +44,8 @@ jobs: matrix: versions: - ghc: '8.0.2' - cabal: '2.2' - prefix: 'new-' + cabal: '2.4' + prefix: 'v2-' cabalopts: '' testopts: '' - ghc: '8.2.2' |