Cabal revisions of hashable-1.2.3.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: hashable Version: 1.2.3.1+x-revision: 1 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 Library Exposed-modules: Data.Hashable Other-modules: Data.Hashable.Class- Build-depends: base >= 4.0 && < 5.0,+ Build-depends: base >= 4.0 && < 4.8, bytestring >= 0.9 && < 0.11 if impl(ghc) Build-depends: ghc-prim, Hs-source-dirs: tests Main-is: Main.hs Other-modules: Properties Regress- Build-depends: base >= 4.0 && < 5.0,+ Build-depends: base >= 4.0 && < 4.8, bytestring, ghc-prim, hashable,