pkgsrc/devel/hs-utf8-string/Makefile
szptvlfn 377b3d7cc3 Update to 1.0.1.1
CHANGELOG:
1.0.1.1
-----
* Build correctly on GHC-7.0 (#14)

1.0.1
-----
* Improve the performance of Data.ByteString.Lazy.UTF8.fromString. (Thanks, ndmitchell)

1
-----
* Remove out all the old utf8 IO support. GHC supports utf8 now.
2016-01-04 12:22:20 +00:00

11 lines
281 B
Makefile

# $NetBSD: Makefile,v 1.3 2016/01/04 12:22:20 szptvlfn Exp $
DISTNAME= utf8-string-1.0.1.1
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"