Wed Jul 16 21:00:42 2014 UTC ()
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


(szptvlfn)
diff -r1.1 -r1.2 pkgsrc/devel/hs-unordered-containers/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/hs-unordered-containers/buildlink3.mk
diff -r1.1 -r1.2 pkgsrc/devel/hs-unordered-containers/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/hs-unordered-containers/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-unordered-containers/Makefile 2014/05/27 21:33:50 1.1
+++ pkgsrc/devel/hs-unordered-containers/Makefile 2014/07/16 21:00:42 1.2
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2014/05/27 21:33:50 szptvlfn Exp $ 1# $NetBSD: Makefile,v 1.2 2014/07/16 21:00:42 szptvlfn Exp $
2 2
3DISTNAME= unordered-containers-0.2.4.0 3DISTNAME= unordered-containers-0.2.5.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Efficient hashing-based container types 7COMMENT= Efficient hashing-based container types
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10.include "../../mk/haskell.mk" 10.include "../../mk/haskell.mk"
11.include "../../devel/hs-hashable/buildlink3.mk" 11.include "../../devel/hs-hashable/buildlink3.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/hs-unordered-containers/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/hs-unordered-containers/buildlink3.mk 2014/05/27 21:33:50 1.1
+++ pkgsrc/devel/hs-unordered-containers/buildlink3.mk 2014/07/16 21:00:42 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: buildlink3.mk,v 1.1 2014/05/27 21:33:50 szptvlfn Exp $ 1# $NetBSD: buildlink3.mk,v 1.2 2014/07/16 21:00:42 szptvlfn Exp $
2 2
3BUILDLINK_TREE+= hs-unordered-containers 3BUILDLINK_TREE+= hs-unordered-containers
4 4
5.if !defined(HS_UNORDERED_CONTAINERS_BUILDLINK3_MK) 5.if !defined(HS_UNORDERED_CONTAINERS_BUILDLINK3_MK)
6HS_UNORDERED_CONTAINERS_BUILDLINK3_MK:= 6HS_UNORDERED_CONTAINERS_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.hs-unordered-containers+= hs-unordered-containers>=0.2.4 8BUILDLINK_API_DEPENDS.hs-unordered-containers+= hs-unordered-containers>=0.2.5
9BUILDLINK_PKGSRCDIR.hs-unordered-containers?= ../../devel/hs-unordered-containers 9BUILDLINK_PKGSRCDIR.hs-unordered-containers?= ../../devel/hs-unordered-containers
10 10
11.include "../../devel/hs-hashable/buildlink3.mk" 11.include "../../devel/hs-hashable/buildlink3.mk"
12.endif # HS_UNORDERED_CONTAINERS_BUILDLINK3_MK 12.endif # HS_UNORDERED_CONTAINERS_BUILDLINK3_MK
13 13
14BUILDLINK_TREE+= -hs-unordered-containers 14BUILDLINK_TREE+= -hs-unordered-containers

cvs diff -r1.1 -r1.2 pkgsrc/devel/hs-unordered-containers/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/hs-unordered-containers/distinfo 2014/05/27 21:33:50 1.1
+++ pkgsrc/devel/hs-unordered-containers/distinfo 2014/07/16 21:00:42 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/05/27 21:33:50 szptvlfn Exp $ 1$NetBSD: distinfo,v 1.2 2014/07/16 21:00:42 szptvlfn Exp $
2 2
3SHA1 (unordered-containers-0.2.4.0.tar.gz) = 28936e52cc1d6fea1622ec5721f3b79bb1a11548 3SHA1 (unordered-containers-0.2.5.0.tar.gz) = 3e5125217f4688167047a8aa218fd6691601c423
4RMD160 (unordered-containers-0.2.4.0.tar.gz) = 0d62b6b8f95e65890e07934413cd1377ed1e85e5 4RMD160 (unordered-containers-0.2.5.0.tar.gz) = a2b907f51cf4e5a32f4a9780c7d6ccd4be09b7c1
5Size (unordered-containers-0.2.4.0.tar.gz) = 25638 bytes 5Size (unordered-containers-0.2.5.0.tar.gz) = 26084 bytes