c63650e76b
1.0.2 * Add fromChar * Add IsString UTF8 instance * Fixup documentation and tests
11 lines
274 B
Makefile
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"
|