forked from pool/tree-sitter-haskell
Accepting request 1191440 from editors
- Update to version 0.21.0: * refactor(scanner): use alloc and array header, and rely on `TREE_SITTER_DEBUG` for debugging * fix: allow imports after the first declaration for resilience * Rewrite the grammar once again. OBS-URL: https://build.opensuse.org/request/show/1191440 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tree-sitter-haskell?expand=0&rev=2
This commit is contained in:
commit
3d40f0e85f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c99c8d7b4c0083109ac72139f1a3bba9752d60905b7675ecebd2289383cf8358
|
||||
size 1652359
|
3
tree-sitter-haskell-0.21.0.tar.gz
Normal file
3
tree-sitter-haskell-0.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26b834c25786a5b3c03b56b6bf07c2b202afc21e5864c2b92cdda742669a4686
|
||||
size 1080632
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 03 16:06:12 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
|
||||
|
||||
- Update to version 0.21.0:
|
||||
* refactor(scanner): use alloc and array header, and rely on `TREE_SITTER_DEBUG` for debugging
|
||||
* fix: allow imports after the first declaration for resilience
|
||||
* Rewrite the grammar once again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 16:03:35 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _name haskell
|
||||
Summary: Haskell grammar for tree-sitter
|
||||
Name: tree-sitter-%{_name}
|
||||
Version: 0.15.0
|
||||
Version: 0.21.0
|
||||
Release: 0
|
||||
License: MIT
|
||||
Group: Development/Tools/Other
|
||||
@ -41,6 +41,8 @@ BuildRequires: tree-sitter
|
||||
%install
|
||||
%treesitter_install
|
||||
|
||||
%check
|
||||
|
||||
%files
|
||||
%{treesitter_files}
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user