From df360197687ff3be734e59688e5468ebe1363563 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 31 Oct 2022 16:51:51 -0700 Subject: 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. --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github') 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 -- cgit v1.2.3