- 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:
Björn Bidar 2024-08-03 16:13:21 +00:00 committed by Git OBS Bridge
parent 5179e87b25
commit 0d6b878aad
2 changed files with 11 additions and 1 deletions

View File

@ -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> Mon Feb 26 16:03:35 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>

View File

@ -19,7 +19,7 @@
%define _name haskell %define _name haskell
Summary: Haskell grammar for tree-sitter Summary: Haskell grammar for tree-sitter
Name: tree-sitter-%{_name} Name: tree-sitter-%{_name}
Version: 0.15.0 Version: 0.21.0
Release: 0 Release: 0
License: MIT License: MIT
Group: Development/Tools/Other Group: Development/Tools/Other
@ -41,6 +41,8 @@ BuildRequires: tree-sitter
%install %install
%treesitter_install %treesitter_install
%check
%files %files
%{treesitter_files} %{treesitter_files}
%license LICENSE %license LICENSE