Skip to content

Commit

Permalink
Update to base16-bytestring-1.0.2.0
Browse files Browse the repository at this point in the history
1.0.2.0
    Support sized primitive types in GHC 9.2 (#16 - thanks Bodigrim!)
  • Loading branch information
depressed-pho committed Feb 11, 2022
1 parent c794ff1 commit 2149990
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions converters/hs-base16-bytestring/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.4 2022/01/18 02:48:01 pho Exp $
# $NetBSD: Makefile,v 1.5 2022/02/11 12:53:20 pho Exp $

DISTNAME= base16-bytestring-1.0.1.0
PKGREVISION= 2
DISTNAME= base16-bytestring-1.0.2.0
CATEGORIES= converters

MAINTAINER= pho@cielonegro.org
Expand Down
4 changes: 2 additions & 2 deletions converters/hs-base16-bytestring/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:01 pho Exp $
# $NetBSD: buildlink3.mk,v 1.5 2022/02/11 12:53:20 pho Exp $

BUILDLINK_TREE+= hs-base16-bytestring

.if !defined(HS_BASE16_BYTESTRING_BUILDLINK3_MK)
HS_BASE16_BYTESTRING_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-base16-bytestring+= hs-base16-bytestring>=1.0.1
BUILDLINK_ABI_DEPENDS.hs-base16-bytestring+= hs-base16-bytestring>=1.0.1.0nb2
BUILDLINK_ABI_DEPENDS.hs-base16-bytestring+= hs-base16-bytestring>=1.0.2.0
BUILDLINK_PKGSRCDIR.hs-base16-bytestring?= ../../converters/hs-base16-bytestring
.endif # HS_BASE16_BYTESTRING_BUILDLINK3_MK

Expand Down
8 changes: 4 additions & 4 deletions converters/hs-base16-bytestring/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 10:06:40 nia Exp $
$NetBSD: distinfo,v 1.5 2022/02/11 12:53:20 pho Exp $

BLAKE2s (base16-bytestring-1.0.1.0.tar.gz) = 4fd6f2d21cfa74112bf8d01ab74d78338729bcb2e151bced0aa5b8b46d8e63bd
SHA512 (base16-bytestring-1.0.1.0.tar.gz) = e95f4422c7442c8a8f05b98e0cc8c7ffe67b59f0e1b89e7016bea1cbad351a3766a0193d3499c721614aa4607cacc9aba9ed275b92188980ae67108abd28d6e6
Size (base16-bytestring-1.0.1.0.tar.gz) = 7256 bytes
BLAKE2s (base16-bytestring-1.0.2.0.tar.gz) = 7080a4370d31d05e0f8d2039ebb32cb11a06a2b93890edf552d94c71f2c7c77c
SHA512 (base16-bytestring-1.0.2.0.tar.gz) = 61e483c08f3cd81c0ffa891bd6f4aa5ff222d8184880deb5aeeae8184bd6efdbb373ca6bece2cd597490492107c91a2f4fd6ca9c71c712e298bce7418b9f7135
Size (base16-bytestring-1.0.2.0.tar.gz) = 7219 bytes

0 comments on commit 2149990

Please sign in to comment.