Cabal revisions of hashable-1.1.2.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: hashable Version: 1.1.2.3+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- Build-depends: base >= 4.0 && < 5,+ Build-depends: base >= 4.0 && < 4.8, bytestring >= 0.9 && < 1.0, ghc-prim < 0.3, text >= 0.11.0.5 && < 0.12 Type: exitcode-stdio-1.0 Hs-source-dirs: tests Main-is: Properties.hs- Build-depends: base >= 4.0 && < 5,+ Build-depends: base >= 4.0 && < 4.8, hashable, test-framework >= 0.3.3 && < 0.6, test-framework-quickcheck2 >= 0.2.9 && < 0.3,