pkgsrc/devel/hs-vector-th-unbox/Makefile
pho 66a48d59d6 Import vector-th-unbox-0.2.1.7
A Template Haskell deriver for unboxed vectors, given a pair of
coercion functions to and from some existing type with an Unbox
instance.
2020-01-02 11:00:30 +00:00

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"