66a48d59d6
A Template Haskell deriver for unboxed vectors, given a pair of coercion functions to and from some existing type with an Unbox instance.
12 lines
337 B
Makefile
12 lines
337 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/02 11:00:30 pho Exp $
|
|
|
|
DISTNAME= vector-th-unbox-0.2.1.7
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Deriver for Data.Vector.Unboxed using Template Haskell
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-vector/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|