name: monadcryptorandom version: 0.5.2 x-revision: 1 license: BSD3 license-file: LICENSE copyright: Thomas DuBuisson author: Thomas DuBuisson maintainer: Thomas DuBuisson description: A monad for using CryptoRandomGen synopsis: A monad for using CryptoRandomGen category: Control, Cryptography homepage: https://github.com/TomMD/monadcryptorandom stability: stable build-type: Simple cabal-version: >= 1.6 tested-with: GHC == 6.12.1 Data-Files: extra-source-files: Library Build-Depends: base == 4.*, bytestring >= 0.9 && < 0.11, mtl >= 2.0, crypto-api >= 0.2, transformers >= 0.2, tagged >= 0.2 && <0.7 ghc-options: hs-source-dirs: exposed-modules: Control.Monad.CryptoRandom source-repository head type: git location: https://github.com/TomMD/monadcryptorandom