pkgsrc/devel/hs-text/Makefile
szptvlfn a0fb5d9185 Update to 1.2.2.0
changelog:
1.2.2.0

* The `integer-simple` package, upon which this package optionally
  depended, has been replaced with `integer-pure`.  The build flag has
  been renamed accordingly.

* Bug fix: For the `Binary` instance, If UTF-8 decoding fails during a
  `get`, the error is propagated via `fail` instead of an uncatchable
  crash.

* New function: `takeWhileEnd`

* New instances for the `Text` types:
    * if `base` >= 4.7: `PrintfArg`
    * if `base` >= 4.9: `Semigroup`
2016-01-10 11:48:07 +00:00

11 lines
264 B
Makefile

# $NetBSD: Makefile,v 1.8 2016/01/10 11:48:07 szptvlfn Exp $
DISTNAME= text-1.2.2.0
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Efficient packed Unicode text type
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"