gnu: tree-sitter-haskell: Update to 0.15.0.

* gnu/packages/tree-sitter.scm (tree-sitter-haskell): Update to 0.15.0.

Change-Id: I714126379c94d44e285457df2265b31d1b0c0091
This commit is contained in:
Hilton Chain 2025-04-12 02:46:14 +08:00
parent 52544d75fd
commit 08a4534457
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -485,14 +485,15 @@ which will be used as a snippet in origin."
"0.23.4"))
(define-public tree-sitter-haskell
;; There are a lot of additions, the last tag was placed more than 4 years ago
(let ((commit "3bdba07c7a8eec23f87fa59ce9eb2ea4823348b3")
(revision "0"))
(tree-sitter-grammar
"haskell" "Haskell"
"1hg19af1n510bndf5k5iri7dzb48xb527vispv1aapki4mvr98gx"
(git-version "0.14.0" revision commit)
#:commit commit)))
(tree-sitter-grammar
"haskell" "Haskell"
"08qzkvyc830k56j5lglfzmlp03ygixf9vlrpazbndqvqk20n56xa"
"0.15.0"
#:get-cleanup-snippet
(lambda (grammar-directories)
#~(begin
(delete-file "test/highlight/Basic.hs") ;FIXME: Language not found.
#$(tree-sitter-delete-generated-files grammar-directories)))))
(define-public tree-sitter-hcl
(tree-sitter-grammar