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 d21ec9d commit 743762fCopy full SHA for 743762f
.github/workflows/ci.yml
@@ -171,7 +171,7 @@ jobs:
171
- name: Build glean-clang
172
run: make glean-clang
173
174
- - if: matrix.ghc != '8.6.5'
+ - if: matrix.ghc != '8.6.5' && matrix.ghc != '9.4.7'
175
name: Build hiedb-indexer
176
run: make glean-hiedb
177
glean.cabal.in
@@ -1085,7 +1085,7 @@ executable hack-derive
1085
-- Haskell indexer via hiedb
1086
executable hiedb-indexer
1087
import: deps, fb-haskell, exe
1088
- if impl(ghc >= 8.8)
+ if impl(ghc >= 8.8 && < 9.4)
1089
buildable: True
1090
else
1091
buildable: False
0 commit comments