Cabal revisions of hashable-1.5.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.2 name: hashable version: 1.5.0.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 can be converted to a hash value. stability: Provisional category: Data build-type: Simple-tested-with: GHC ==9.6.5 || ==9.8.2 || ==9.10.1+tested-with:+ GHC ==9.6.5 || ==9.8.2 || ==9.8.3 || ==9.10.1 || ==9.12.1+ extra-source-files: CHANGES.md include/HsHashable.h hs-source-dirs: src build-depends:- , base >=4.18.0.0 && <4.21+ , base >=4.18.0.0 && <4.22 , bytestring >=0.11.5.3 && <0.13 , containers >=0.6.7 && <0.8 , deepseq >=1.4.8.1 && <1.6 , random >=1.0 && <1.3 , tasty ^>=1.5 , tasty-hunit ^>=0.10.1- , tasty-quickcheck ^>=0.10.3+ , tasty-quickcheck ^>=0.10.3 || ^>=0.11 , text >=0.11.0.5 if impl(ghc >=9.2) default-language: Haskell2010 build-depends:- , base+ , base <5 , bytestring , primitive ^>=0.9.0.0 , tasty ^>=1.5 , tasty-hunit ^>=0.10.1- , tasty-quickcheck ^>=0.10.3+ , tasty-quickcheck ^>=0.10.3 || ^>=0.11 include-dirs: include xxHash-0.8.2 includes: