packages feed

Cabal revisions of hashable-1.1.2.5

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
+x-revision: 1 Name:                hashable Version:             1.1.2.5 Synopsis:            A class for types that can be converted to a hash value     Build-depends:   ghc-prim,                      text >= 0.11.0.5   if impl(ghc) && flag(integer-gmp)-    Build-depends:   integer-gmp >= 0.2+    Build-depends:   integer-gmp >= 0.2 && < 1    C-sources:         cbits/hashByteString.c   Ghc-options:       -Wall
revision 2
-x-revision: 1+x-revision: 2 Name:                hashable Version:             1.1.2.5 Synopsis:            A class for types that can be converted to a hash value  Library   Exposed-modules:   Data.Hashable-  Build-depends:     base >= 4.0 && < 5.0,+  Build-depends:     base >= 4.0 && < 4.8,                      bytestring >= 0.9   if impl(ghc)     Build-depends:   ghc-prim,   Type:              exitcode-stdio-1.0   Hs-source-dirs:    tests   Main-is:           Properties.hs-  Build-depends:     base >= 4.0 && < 5.0,+  Build-depends:     base >= 4.0 && < 4.8,                      hashable,                      test-framework >= 0.3.3,                      test-framework-quickcheck2 >= 0.2.9,
revision 3
-x-revision: 2 Name:                hashable Version:             1.1.2.5+x-revision: 3 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 && < 4.8,-                     bytestring >= 0.9+                     bytestring >= 0.9 && <0.11   if impl(ghc)     Build-depends:   ghc-prim,                      text >= 0.11.0.5