15 lines
341 B
Bash
15 lines
341 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
TS_PV="d72f2e42c0d5ccf8e8b1c39e3642428317e8fe02"
|
|
|
|
inherit tree-sitter-grammar
|
|
|
|
DESCRIPTION="Haskell grammar for Tree-sitter"
|
|
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-haskell"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="amd64"
|