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

@ -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" },
},
}