We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abdf51 commit a6b4c30Copy full SHA for a6b4c30
.github/workflows/ci.yml
@@ -114,6 +114,10 @@ jobs:
114
.github/scripts/cabal-gild.sh check
115
git diff --exit-code
116
117
+ - name: Check that we don't introduce accidental infinite loops in type checkers
118
+ run: |
119
+ ! grep --include=*.hs -E -r '\-fconstraint-solver-iterations *= *0'
120
+
121
build:
122
name: Build dependencies
123
runs-on: [self-hosted, compute]
0 commit comments