feat(haskell): switch to maintained fork

This commit is contained in:
Christian Clason 2025-11-10 18:35:19 +01:00 committed by Christian Clason
parent 81aec1e45d
commit 0a6817bcbb
2 changed files with 3 additions and 3 deletions

View file

@ -120,7 +120,7 @@ ecma (queries only)[^ecma] | unstable | `HFIJL` | @steelsojka
[gstlaunch](https://github.com/tree-sitter-grammars/tree-sitter-gstlaunch) | unstable | `H    ` | @theHamsta [gstlaunch](https://github.com/tree-sitter-grammars/tree-sitter-gstlaunch) | unstable | `H    ` | @theHamsta
[hack](https://github.com/slackhq/tree-sitter-hack) | unstable | `H  J ` | [hack](https://github.com/slackhq/tree-sitter-hack) | unstable | `H  J ` |
[hare](https://github.com/tree-sitter-grammars/tree-sitter-hare) | unstable | `HFIJL` | @amaanq [hare](https://github.com/tree-sitter-grammars/tree-sitter-hare) | unstable | `HFIJL` | @amaanq
[haskell](https://github.com/tree-sitter/tree-sitter-haskell) | unstable | `HF JL` | @mrcjkb [haskell](https://github.com/tree-sitter-grammars/tree-sitter-haskell) | unstable | `HF JL` | @mrcjkb
[haskell_persistent](https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent) | unstable | `HF   ` | @lykahb [haskell_persistent](https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent) | unstable | `HF   ` | @lykahb
[hcl](https://github.com/tree-sitter-grammars/tree-sitter-hcl) | unstable | `HFIJ ` | @MichaHoffmann [hcl](https://github.com/tree-sitter-grammars/tree-sitter-hcl) | unstable | `HFIJ ` | @MichaHoffmann
[heex](https://github.com/connorlay/tree-sitter-heex) | unstable | `HFIJL` | @connorlay [heex](https://github.com/connorlay/tree-sitter-heex) | unstable | `HFIJL` | @connorlay

View file

@ -889,8 +889,8 @@ return {
}, },
haskell = { haskell = {
install_info = { install_info = {
revision = '0975ef72fc3c47b530309ca93937d7d143523628', revision = '2e51745eed8cd2ec429302b74250189467d665a4',
url = 'https://github.com/tree-sitter/tree-sitter-haskell', url = 'https://github.com/tree-sitter-grammars/tree-sitter-haskell',
}, },
maintainers = { '@mrcjkb' }, maintainers = { '@mrcjkb' },
tier = 2, tier = 2,