packages feed

RandomDotOrg-0.2.1: RandomDotOrg.cabal

name:                RandomDotOrg
version:             0.2.1
build-type:          Simple
Cabal-Version:       >= 1.2
synopsis:            Interface to random.org
description:         Using this package you can generate random numbers,
		     strings and randomize a sequence of numbers through
		     the random.org website, which provides randomness
		     through atmospheric noise rather than a PRNG.
category:            Other
license:             PublicDomain
license-file:        LICENSE
author:              Austin Seipp
maintainer:          mad.one@gmail.com

library
  build-depends:       base, HTTP-Simple >= 0.1, network
  exposed-modules:     System.Random.Atmosphere