aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-09 23:43:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-09 23:43:12 -0800
commit03f9a0c61eddff1d34537d767bd91cf395eae500 (patch)
tree6b3de2c5ce0e6d733acc1df1a795139492b1abe1 /.github
parent6bec746074d29d971111a13f52ef515105362e8f (diff)
downloadpandoc-03f9a0c61eddff1d34537d767bd91cf395eae500.tar.gz
Require ghc >= 8.6, base >= 4.12.
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f0b17d3de..4b73442bf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,20 +43,10 @@ jobs:
fail-fast: true
matrix:
versions:
- - ghc: '8.2.2'
- cabal: '2.4'
- prefix: 'v2-'
- cabalopts: ''
- testopts: ''
- - ghc: '8.4.4'
- cabal: '2.4'
- prefix: 'v2-'
- cabalopts: '-f-embed_data_files'
- testopts: ''
- ghc: '8.6.5'
cabal: '3.2'
prefix: ''
- cabalopts: ''
+ cabalopts: '-f-embed_data_files'
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
- ghc: '8.8.4'
cabal: '3.2'