pkgsrc/devel/hs-utf8-string/Makefile
pho c63650e76b Update to utf8-string-1.0.2
1.0.2
* Add fromChar
* Add IsString UTF8 instance
* Fixup documentation and tests
2021-04-23 12:54:09 +00:00

11 lines
274 B
Makefile

# $NetBSD: Makefile,v 1.4 2021/04/23 12:54:09 pho Exp $
DISTNAME= utf8-string-1.0.2
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Support for reading and writing UTF8 Strings
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"