aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-11-29 18:44:53 +0100
committerJohn MacFarlane <[email protected]>2025-11-29 18:44:53 +0100
commit0d8cc2fa8b8bfad2e7ffa60080b37dae438854e7 (patch)
tree74d8c6d9481a206e9d2a273755da491424b4940e
parentfc4b6200bba92cbfe6716a5b10915263c006d301 (diff)
CI: don't fail fast so we can figure out...
which base versions need MonadPlus imported.
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 751d8f413..ebed0350e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
- fail-fast: true
+ fail-fast: false # for now
matrix:
versions:
- ghc: '8.10'