Cabal revisions of hashable-1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: hashable Version: 1.0.0+x-revision: 1 Synopsis: Class Hashable providing a hash method. Description: This package provides a class 'Hashable', which contains one method @'hash' :: 'Hashable' a => a -> 'Int'@, which Library Exposed-modules: Data.Hashable Build-depends: base >= 4.0 && < 5,- bytestring >= 0.9+ bytestring >= 0.9 && <0.11 C-sources: src/hashByteString.c