Search Criteria
Package Details: tree-sitter-haskell-git 0.13.0.r80.g237f4eb-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tree-sitter-haskell-git.git (read-only, click to copy) |
---|---|
Package Base: | tree-sitter-haskell-git |
Description: | Haskell grammar for tree-sitter |
Upstream URL: | https://github.com/tree-sitter/tree-sitter-haskell |
Licenses: | MIT |
Groups: | tree-sitter-grammars |
Conflicts: | tree-sitter-haskell |
Provides: | tree-sitter-haskell |
Submitter: | lmartinez-mirror |
Maintainer: | None |
Last Packager: | lmartinez-mirror |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-06-11 19:16 (UTC) |
Last Updated: | 2021-06-11 19:16 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- tree-sitter (tree-sitter-gitAUR) (make)
Required by (1)
- neovim-tree-sitter-git (requires tree-sitter-haskell) (optional)
Latest Comments
bhrgunatha commented on 2023-01-07 11:34 (UTC)
Anyone managed to build this recently? I'm unable to. I think there is a typo in the PKGBUILD; scanner.cc should be scanner.c
Fixing that then causes:
scanner.c:211:51: error: expected ‘,’ or ‘...’ before ‘vs’ 211 | State state_new(TSLexer l, const bool * restrict vs, indent_vec is) { |
followed by a cascade of errors - full output: https://pastebin.com/t8vqfCyu