packages feed

hashable 1.2.0.9 → 1.2.0.10

raw patch · 2 files changed

+4/−1 lines, 2 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

Data/Hashable/Class.hs view
@@ -50,6 +50,9 @@ import qualified Data.ByteString.Internal as B import qualified Data.ByteString.Unsafe as B import qualified Data.ByteString.Lazy as BL+#if !MIN_VERSION_bytestring(0,10,0)+import qualified Data.ByteString.Lazy.Internal as BL  -- foldlChunks+#endif #if defined(__GLASGOW_HASKELL__) import qualified Data.Text as T import qualified Data.Text.Array as TA
hashable.cabal view
@@ -1,5 +1,5 @@ Name:                hashable-Version:             1.2.0.9+Version:             1.2.0.10 Synopsis:            A class for types that can be converted to a hash value Description:         This package defines a class, 'Hashable', for types that                      can be converted to a hash value.  This class