From dd2cf2990be77886db6a029d4200bd5f68fcd887 Mon Sep 17 00:00:00 2001 From: fendor Date: Wed, 12 Nov 2025 17:23:11 +0100 Subject: [PATCH] WIP --- .github/workflows/haskell.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index c8b3e7d5..02268e84 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -22,13 +22,6 @@ jobs: # Reduce the number of jobs for cabal HEAD, macos is likely redundant - cabal: 'head' os: macOS-latest - # Make sure we test 3.16 series with recent GHC versions. - # In theory, we want to test with all GHC versions, but it is just - # too many jobs. - - cabal: '3.16.0.0' - ghc: '9.8.4' - - cabal: '3.16.0.0' - ghc: '9.6.7' steps: - uses: actions/checkout@v5