Update to 0.2.5.0
Changes from https://github.com/tibbe/unordered-containers 0.2.5.0 - Test Read/Show instances - Read instances - Proper Show instance for HashMap - IsList instances for GHC ≥ 7.8
This commit is contained in:
parent
6ef600e027
commit
36ea71f88a
3 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/05/27 21:33:50 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2014/07/16 21:00:42 szptvlfn Exp $
|
||||
|
||||
DISTNAME= unordered-containers-0.2.4.0
|
||||
DISTNAME= unordered-containers-0.2.5.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2014/05/27 21:33:50 szptvlfn Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2014/07/16 21:00:42 szptvlfn Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-unordered-containers
|
||||
|
||||
.if !defined(HS_UNORDERED_CONTAINERS_BUILDLINK3_MK)
|
||||
HS_UNORDERED_CONTAINERS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-unordered-containers+= hs-unordered-containers>=0.2.4
|
||||
BUILDLINK_API_DEPENDS.hs-unordered-containers+= hs-unordered-containers>=0.2.5
|
||||
BUILDLINK_PKGSRCDIR.hs-unordered-containers?= ../../devel/hs-unordered-containers
|
||||
|
||||
.include "../../devel/hs-hashable/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/05/27 21:33:50 szptvlfn Exp $
|
||||
$NetBSD: distinfo,v 1.2 2014/07/16 21:00:42 szptvlfn Exp $
|
||||
|
||||
SHA1 (unordered-containers-0.2.4.0.tar.gz) = 28936e52cc1d6fea1622ec5721f3b79bb1a11548
|
||||
RMD160 (unordered-containers-0.2.4.0.tar.gz) = 0d62b6b8f95e65890e07934413cd1377ed1e85e5
|
||||
Size (unordered-containers-0.2.4.0.tar.gz) = 25638 bytes
|
||||
SHA1 (unordered-containers-0.2.5.0.tar.gz) = 3e5125217f4688167047a8aa218fd6691601c423
|
||||
RMD160 (unordered-containers-0.2.5.0.tar.gz) = a2b907f51cf4e5a32f4a9780c7d6ccd4be09b7c1
|
||||
Size (unordered-containers-0.2.5.0.tar.gz) = 26084 bytes
|
||||
|
|
Loading…
Reference in a new issue