- 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/package/show/editors/tree-sitter-haskell?expand=0&rev=3
This commit is contained in:
parent
5179e87b25
commit
0d6b878aad
@ -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