Skip to content

Commit

Permalink
Update to hashable-1.3.0.0
Browse files Browse the repository at this point in the history
Version 1.3.0.0
* Semantic change of Hashable Arg instance to not hash the second
  argument of Arg in order to be consistent with Eq Arg (#171)
* Semantic change of Hashable Float and Hashable Double instances to
  hash -0.0 and 0.0 to the same value (#173)
* Add Hashable instance for Fingerprint (#156)
* Add new Data.Hashable.Generic module providing the default
  implementations genericHashWithSalt and genericLiftHashWithSalt
  together with other Generics support helpers (#148, #178)
* Bump minimum version requirement of base to base-4.5 (i.e. GHC >=
  7.4)

Version 1.2.7.0
* Add Hashable and Hashable1 instances for Complex
* Fix undefined behavior in hashable_fn_hash() implementation due to
  signed integer overflow (#152)
* Mark Data.Hashable.Lifted as Trustworthy (re SafeHaskell)
* Support GHC 8.4

Version 1.2.6.1
* Use typeRepFingerprint from Type.Reflection.Unsafe
* Bump minimum version of base to 4.4.

Version 1.2.6.0
* Add support for type-indexed Typeable.
* Rework the Generic hashable for sums.

Version 1.2.5.0
* Add Hashable1 and Hashable2
* Add instances for: Eq1, Ord1, Show1, Ptr, FunPtr, IntPtr, WordPtr
* Add Hashed type for caching the hash function result.

Version 1.2.4.0
* Add instances for: Unique, Version, Fixed, NonEmpty, Min, Max, Arg,
  First, Last, WrappedMonoid, Option
* Support GHC 8.0
  • Loading branch information
depressed-pho committed Dec 31, 2019
1 parent 5de076f commit a14bb5d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 31 deletions.
4 changes: 2 additions & 2 deletions devel/hs-hashable/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2016/01/10 11:48:24 szptvlfn Exp $
# $NetBSD: Makefile,v 1.10 2019/12/31 12:47:44 pho Exp $

DISTNAME= hashable-1.2.3.3
DISTNAME= hashable-1.3.0.0
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
21 changes: 0 additions & 21 deletions devel/hs-hashable/PLIST

This file was deleted.

6 changes: 3 additions & 3 deletions devel/hs-hashable/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.9 2016/01/10 11:48:24 szptvlfn Exp $
# $NetBSD: buildlink3.mk,v 1.10 2019/12/31 12:47:44 pho Exp $

BUILDLINK_TREE+= hs-hashable

.if !defined(HS_HASHABLE_BUILDLINK3_MK)
HS_HASHABLE_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-hashable+= hs-hashable>=1.2.3
BUILDLINK_ABI_DEPENDS.hs-hashable+= hs-hashable>=1.2.3.3
BUILDLINK_API_DEPENDS.hs-hashable+= hs-hashable>=1.3.0
BUILDLINK_ABI_DEPENDS.hs-hashable+= hs-hashable>=1.3.0.0
BUILDLINK_PKGSRCDIR.hs-hashable?= ../../devel/hs-hashable

.include "../../devel/hs-text/buildlink3.mk"
Expand Down
10 changes: 5 additions & 5 deletions devel/hs-hashable/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2016/01/10 11:48:24 szptvlfn Exp $
$NetBSD: distinfo,v 1.6 2019/12/31 12:47:44 pho Exp $

SHA1 (hashable-1.2.3.3.tar.gz) = e0410b1171413a94cf6ee8ef74c903c1fd54bfdf
RMD160 (hashable-1.2.3.3.tar.gz) = 0212986f89acc40bde327d78d64f7f1f191eb7eb
SHA512 (hashable-1.2.3.3.tar.gz) = f2e693ecdd96591b703f584b501818215379ce56e8fc7591307fe15d2745d1eb7d2ca7c130dde84a66337c81089c783f227f6215d868958caecc58bf996c7a22
Size (hashable-1.2.3.3.tar.gz) = 23944 bytes
SHA1 (hashable-1.3.0.0.tar.gz) = 1569e9a2e8e10e1d17a7b732e58dc6d796023ce4
RMD160 (hashable-1.3.0.0.tar.gz) = ce18b34010f6de797ee0f9c8ef571591920a222e
SHA512 (hashable-1.3.0.0.tar.gz) = 2ba9b0657ddc6faf8b8be88e79d3c49503dfee3a446fc16bdc851f357afef1b92b443d1582d462cea859e37a16b46ec762b1dcf613458c5a15f800a8fccdb0ac
Size (hashable-1.3.0.0.tar.gz) = 29835 bytes

0 comments on commit a14bb5d

Please sign in to comment.