fix(haskell): Haskell switched to C scanner

This commit is contained in:
Stephan Seitz 2022-01-05 22:21:19 +01:00
parent 0a7b098b8e
commit b96f70905b
2 changed files with 1 additions and 5 deletions

View file

@ -66,12 +66,8 @@ jobs:
- name: Check query files (Unix)
if: matrix.os != 'windows-2022'
env:
ALLOWED_INSTALLATION_FAILURES: haskell
run: nvim --headless -c "luafile ./scripts/check-queries.lua" -c "q"
- name: Check query files (Windows)
if: matrix.os == 'windows-2022'
env:
ALLOWED_INSTALLATION_FAILURES: haskell
run: Neovim\\bin\\nvim.exe --headless -c "luafile ./scripts/check-queries.lua" -c "q"

View file

@ -427,7 +427,7 @@ list.supercollider = {
list.haskell = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-haskell",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
}