Cabal revisions of crypto-random-0.0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: crypto-random-Version: 0.0.3-Description: Simple cryptographic random related types-License: BSD3-License-file: LICENSE-Copyright: Vincent Hanquez <vincent@snarc.org>-Author: Vincent Hanquez <vincent@snarc.org>-Maintainer: Vincent Hanquez <vincent@snarc.org>-Synopsis: Simple cryptographic random related types-Category: Cryptography-Build-Type: Simple-Homepage: http://github.com/vincenthz/hs-crypto-random-Cabal-Version: >=1.6--Library- Build-depends: base >= 4 && < 5- , bytestring- , securemem- , vector- Exposed-modules: Crypto.Random- , Crypto.Random.Test- , Crypto.Random.API- Other-modules: Crypto.Random.Generator- , Crypto.Random.Entropy- , Crypto.Random.Entropy.Source- ghc-options: -Wall- if os(windows)- cpp-options: -DWINDOWS- Build-Depends: Win32- Other-modules: Crypto.Random.Entropy.Windows- extra-libraries: advapi32- else- Build-Depends: unix- Other-modules: Crypto.Random.Entropy.Unix- - if arch(x86_64)- cpp-options: -DSUPPORT_RDRAND- Other-modules: Crypto.Random.Entropy.RDRand- c-sources: cbits/rdrand.c--source-repository head- type: git- location: git://github.com/vincenthz/hs-crypto-random- subdir: types+Name: crypto-random +Version: 0.0.3 +x-revision: 1 +Description: Simple cryptographic random related types +License: BSD3 +License-file: LICENSE +Copyright: Vincent Hanquez <vincent@snarc.org> +Author: Vincent Hanquez <vincent@snarc.org> +Maintainer: Vincent Hanquez <vincent@snarc.org> +Synopsis: Simple cryptographic random related types +Category: Cryptography +Build-Type: Simple +Homepage: http://github.com/vincenthz/hs-crypto-random +Cabal-Version: >=1.6 + +Library + Build-depends: base >= 4.6 && < 4.8 + , bytestring + , securemem + , vector + Exposed-modules: Crypto.Random + , Crypto.Random.Test + , Crypto.Random.API + Other-modules: Crypto.Random.Generator + , Crypto.Random.Entropy + , Crypto.Random.Entropy.Source + ghc-options: -Wall + if os(windows) + cpp-options: -DWINDOWS + Build-Depends: Win32 + Other-modules: Crypto.Random.Entropy.Windows + extra-libraries: advapi32 + else + Build-Depends: unix + Other-modules: Crypto.Random.Entropy.Unix + + if arch(x86_64) + cpp-options: -DSUPPORT_RDRAND + Other-modules: Crypto.Random.Entropy.RDRand + c-sources: cbits/rdrand.c + +source-repository head + type: git + location: git://github.com/vincenthz/hs-crypto-random + subdir: types
revision 2
Name: crypto-random Version: 0.0.3 -x-revision: 1 +x-revision: 2 Description: Simple cryptographic random related types License: BSD3 License-file: LICENSE Build-depends: base >= 4.6 && < 4.8 , bytestring , securemem - , vector + , vector >= 0.7 && < 0.13 Exposed-modules: Crypto.Random , Crypto.Random.Test , Crypto.Random.API
revision 3
Name: crypto-random Version: 0.0.3 -x-revision: 2 +x-revision: 3 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