65f37fb56e
0.2.2.1 -- 2020-10-16 * Relaxed upper bound for hslua, allow hslua-1.3.*. 0.2.2 -- 2020-08-15 * Relaxed upper bound for hslua, allow hslua-1.2.*. * Improved documentation of internal types. * Use tasty-lua for unit tests. * Update CI to test with all GHC versions.
13 lines
376 B
Makefile
13 lines
376 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/04/23 09:51:49 pho Exp $
|
|
|
|
DISTNAME= hslua-module-system-0.2.2.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Lua module wrapper around Haskell System module
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/hs-hslua/buildlink3.mk"
|
|
.include "../../sysutils/hs-temporary/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|