A UTF8 layer for IO and Strings. The utf8-string package provides operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation.
16 lines
503 B
Makefile
16 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/07/19 08:42:54 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= utf8-string-0.3.1.1
|
|
PKGNAME= hs-${DISTNAME}
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=utf8-string/0.3.1.1/}
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= http://hackage.haskell.org/cgi-bin/hackage-scripts/package/utf8-string
|
|
COMMENT= Haskell UTF-8 layer for IO and Strings
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../wip/mk/haskell.mk" # This should be "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|