28e7e11bf1
Provides a Storable instance for pair and triple which should be binary compatible with C99 and C++. The only purpose of this package is to provide a standard location for this instance so that other packages needing this instance can play nicely together.
14 lines
425 B
Makefile
14 lines
425 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/05/05 11:58:24 pho Exp $
|
|
|
|
DISTNAME= storable-tuple-0.0.3.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Storable instance for pairs and triples
|
|
LICENSE= mit
|
|
|
|
.include "../../devel/hs-base-orphans/buildlink3.mk"
|
|
.include "../../devel/hs-storable-record/buildlink3.mk"
|
|
.include "../../devel/hs-utility-ht/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|