pkgsrc/devel/hs-text/buildlink3.mk
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

13 lines
358 B
Makefile

# $NetBSD: buildlink3.mk,v 1.9 2016/01/10 11:48:07 szptvlfn Exp $
BUILDLINK_TREE+= hs-text
.if !defined(HS_TEXT_BUILDLINK3_MK)
HS_TEXT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-text+= hs-text>=1.2.2
BUILDLINK_ABI_DEPENDS.hs-text+= hs-text>=1.2.2.0
BUILDLINK_PKGSRCDIR.hs-text?= ../../devel/hs-text
.endif # HS_TEXT_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-text