Cabal revisions of hashable-1.3.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 1.12 name: hashable version: 1.3.2.0+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 || ==8.8.3 || ==8.10.4 || ==9.0.1+ || ==9.2.* extra-source-files: CHANGES.md c-sources: cbits/fnv.c hs-source-dirs: src build-depends:- base >=4.5 && <4.16+ base >=4.5 && <4.17 , bytestring >=0.9 && <0.12 , deepseq >=1.3 && <1.5 , ghc-prim , text >=0.12 && <1.3 if impl(ghc >=9)- build-depends: ghc-bignum ==1.0.*+ build-depends: ghc-bignum ==1.0.* || ==1.2.* else if flag(integer-gmp)