pkgsrc/devel/hs-bitarray/Makefile
pho dd89969890 Import bitarray-0.0.1.1
Immutable one-dimensional packed bit arrays. The main advantage should
be compactness in memory.
2020-01-17 18:39:29 +00:00

11 lines
261 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/17 18:39:29 pho Exp $
DISTNAME= bitarray-0.0.1.1
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Mutable and immutable bit arrays
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"