Cabal revisions of crypto-random-0.0.8
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: crypto-random Version: 0.0.8+x-revision: 1 Description: Simple cryptographic random related types License: BSD3 License-file: LICENSE Build-depends: base >= 4 && < 5 , bytestring , securemem- , vector+ , vector >= 0.7 && < 0.13 Exposed-modules: Crypto.Random , Crypto.Random.Test , Crypto.Random.API
revision 2
Name: crypto-random Version: 0.0.8-x-revision: 1+x-revision: 2 Description: Simple cryptographic random related types License: BSD3 License-file: LICENSE Other-modules: Crypto.Random.Entropy.Windows extra-libraries: advapi32 else- Build-Depends: unix+ Build-Depends: unix < 2.8 Other-modules: Crypto.Random.Entropy.Unix- + if arch(x86_64) cpp-options: -DSUPPORT_RDRAND Other-modules: Crypto.Random.Entropy.RDRand