67fc3e309b
packaged for wip by pho. Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of the standard haskell-src package, and handles most common syntactic extensions to Haskell, including: * Multi-parameter type classes with functional dependencies * Indexed type families (including associated types) * Empty data declarations * GADTs * Implicit parameters * Template Haskell and a few more. Apart from these standard extensions, it also handles regular patterns as per the HaRP extension as well as HSX-style embedded XML syntax.
14 lines
363 B
Makefile
14 lines
363 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/01/28 18:46:53 szptvlfn Exp $
|
|
|
|
DISTNAME= haskell-src-exts-1.16.0.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Manipulating Haskell source
|
|
LICENSE= modified-bsd
|
|
|
|
BUILD_DEPENDS+= happy>=1.17:../../devel/happy
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-cpphs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|