# $NetBSD: Makefile,v 1.12 2024/05/09 01:31:39 pho Exp $

DISTNAME=	base16-bytestring-1.0.2.0
PKGREVISION=	6
CATEGORIES=	converters

MAINTAINER=	pho@cielonegro.org
COMMENT=	Fast base16 (hex) encoding and decoding for ByteStrings
LICENSE=	modified-bsd

HASKELL_UNRESTRICT_DEPENDENCIES+=	\
	bytestring

.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
