name: monadcryptorandom version: 0.1 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: http://trac.haskell.org/crypto-api/wiki bug-reports: http://trac.haskell.org/crypto-api/report/1 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.0 && <4.8, bytestring >= 0.9 && < 0.10, mtl >= 2.0, crypto-api >= 0.2 ghc-options: hs-source-dirs: exposed-modules: Control.Monad.Crypto.Random