HSet 0.0.1 → 0.0.2
raw patch · 2 files changed
+3/−7 lines, 2 filesdep ~basedep ~hashablePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, hashable
API changes (from Hackage documentation)
Files
- HSet.cabal +3/−3
- src/Data/HSet/Types.hs +0/−4
HSet.cabal view
@@ -1,5 +1,5 @@ Name: HSet-Version: 0.0.1+Version: 0.0.2 Author: Athan Clark <athan.clark@gmail.com> Maintainer: Athan Clark <athan.clark@gmail.com> License: BSD3@@ -15,10 +15,10 @@ GHC-Options: -Wall Exposed-Modules: Data.HSet.Mutable Other-Modules: Data.HSet.Types- Build-Depends: base >= 4.8 && < 5+ Build-Depends: base >= 4.11 && < 5 , containers , hashtables- , hashable+ , hashable >= 1.4 Source-Repository head Type: git
src/Data/HSet/Types.hs view
@@ -15,10 +15,6 @@ , getTypeCount :: {-# UNPACK #-} !Int } deriving (Eq, Generic) -instance Hashable Fingerprint where- hashWithSalt s (Fingerprint x y) =- s `hashWithSalt` x `hashWithSalt` y- instance Hashable HKey' newtype HKey a = HKey