Update to 0.3.3.0
CHANGES: * 0.3.3.0 - exposed the 'Buffer' constructor to enable keeping around a pool of buffers. * 0.3.2.0 - added 'writeToByteString' to construct a strict bytestring in a single step. We can actually view 'Write's as strict-bytestring builders.
This commit is contained in:
parent
682cac9e9b
commit
7774e9461d
3 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2013/05/05 23:53:08 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2013/11/25 10:59:14 szptvlfn Exp $
|
||||
#
|
||||
|
||||
DISTNAME= blaze-builder-0.3.1.1
|
||||
DISTNAME= blaze-builder-0.3.3.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.3 2012/02/02 13:38:05 phonohawk Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.4 2013/11/25 10:59:14 szptvlfn Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-blaze-builder
|
||||
|
||||
.if !defined(HS_BLAZE_BUILDER_BUILDLINK3_MK)
|
||||
HS_BLAZE_BUILDER_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-blaze-builder+= hs-blaze-builder>=0.3.1
|
||||
BUILDLINK_API_DEPENDS.hs-blaze-builder+= hs-blaze-builder>=0.3.3
|
||||
BUILDLINK_PKGSRCDIR.hs-blaze-builder?= ../../wip/hs-blaze-builder
|
||||
|
||||
.include "../../wip/hs-text/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2013/05/05 23:53:08 szptvlfn Exp $
|
||||
$NetBSD: distinfo,v 1.5 2013/11/25 10:59:14 szptvlfn Exp $
|
||||
|
||||
SHA1 (blaze-builder-0.3.1.1.tar.gz) = 53f5281c8a7ea7c6261417a8440f7e135886a8a6
|
||||
RMD160 (blaze-builder-0.3.1.1.tar.gz) = a6dcb132d8c982f7e3227c7d2d4e2e5c73436da0
|
||||
Size (blaze-builder-0.3.1.1.tar.gz) = 69061 bytes
|
||||
SHA1 (blaze-builder-0.3.3.0.tar.gz) = c45fa0283d82cc8041f03465f473fd5cfbbe3325
|
||||
RMD160 (blaze-builder-0.3.3.0.tar.gz) = 1ee1056fd82ad2f0eb16ee60787b8f9563cf2187
|
||||
Size (blaze-builder-0.3.3.0.tar.gz) = 67373 bytes
|
||||
|
|
Loading…
Reference in a new issue