pkgsrc/devel/hs-vector-binary-instances/Makefile
pho 3272c7c7a7 Import vector-binary-instances-0.2.5.1
Instances for Binary for the types defined in the vector package,
making it easy to serialize vectors to and from disk. We use the
generic interface to vectors, so all vector types are
supported. Specific instances are provided for unboxed, boxed and
storable vectors.
2020-01-20 01:04:20 +00:00

12 lines
326 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/20 01:04:20 pho Exp $
DISTNAME= vector-binary-instances-0.2.5.1
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Instances of Data.Binary for vector
LICENSE= modified-bsd
.include "../../devel/hs-vector/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"