Cabal revisions of cryptohash-0.6
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: cryptohash Version: 0.6+x-revision: 1 Description: A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest implementations available in others languages. Default: False Library- Build-Depends: base >= 3 && < 5, bytestring+ Build-Depends: base >= 3 && < 4.7, bytestring Extensions: ForeignFunctionInterface Exposed-modules: Crypto.Hash.SHA1 Crypto.Hash.SHA224 cbits/tiger.c if flag(test) Buildable: True- Build-depends: base >= 4, HUnit, bytestring+ Build-depends: base >= 4 && < 4.7, HUnit, bytestring else Buildable: False if flag(cryptoapi)