Cabal revisions of crypto-random-0.0.9
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: crypto-random Version: 0.0.9+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 Exposed-modules: Crypto.Random , Crypto.Random.Test , Crypto.Random.API
revision 2
Name: crypto-random Version: 0.0.9-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+ -- Build failure with unix-2.8, see https://github.com/vincenthz/hs-crypto-random/pull/14 Other-modules: Crypto.Random.Entropy.Unix if arch(i386)