name: monadcryptorandom
version: 0.5.1
license: BSD3
license-file: LICENSE
copyright: Thomas DuBuisson <thomas.dubuisson@gmail.com>
author: Thomas DuBuisson <thomas.dubuisson@gmail.com>
maintainer: Thomas DuBuisson <thomas.dubuisson@gmail.com>
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
ghc-options:
hs-source-dirs:
exposed-modules: Control.Monad.CryptoRandom
source-repository head
type: git
location: https://github.com/TomMD/monadcryptorandom