hashable v1.3.0.0 Release Notes

    • 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)