3272c7c7a7
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.
12 lines
326 B
Makefile
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"
|