# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           tree_sitter 1.0

github.setup        tree-sitter tree-sitter-haskell 0.23.1 v
revision            0
categories          devel haskell
license             MIT
maintainers         nomaintainer
description         Haskell grammar for tree-sitter
long_description    {*}${description}
checksums           rmd160  0817efa66ffe62cde301c6540b7f08f98781c6bc \
                    sha256  bac7d0a37730af62d883e2bdbafb68f47e7ab4f5e744c7586bffc589906a8cc2 \
                    size    1008575
github.tarball_from archive

worksrcdir          ${worksrcdir}/src

# parser.c:20131: error: ‘for’ loop initial declaration used outside C99 mode
configure.cflags-append -std=c99
