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 2488ad5 commit 6ad7073Copy full SHA for 6ad7073
1 file changed
.github/workflows/other.yml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
cabal test all
53
- name: Haddock
54
- if: matrix.ghc != '8.0'
+ if: matrix.ghc != '8.0' && matrix.ghc != '8.2'
55
56
cabal haddock all
57
0 commit comments