aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-10-31 16:51:51 -0700
committerJohn MacFarlane <[email protected]>2022-10-31 16:51:51 -0700
commitdf360197687ff3be734e59688e5468ebe1363563 (patch)
treef49365ee4207314bd05b092cc51feb9c854c550b /.github
parent3e48d9701d955dc1df27f9cfd2eb5111b2cd9c1f (diff)
First stab at mtl 2.3 compliance.
This will no doubt produce a bunch of warnings and hence CI failures, which we'll need to work around with explicit imports.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6a6310193..31a33f7e5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -70,6 +70,11 @@ jobs:
cabal: '3.8'
cabalopts: ''
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
+
+ - ghc: '9.4.2'
+ cabal: '3.8'
+ cabalopts: '--allow-newer --constrain "mtl >= 2.3.1"'
+ testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
steps:
- uses: actions/checkout@v3