File: MonadRandom.cabal

package info (click to toggle)
haskell-monadrandom 0.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 64 kB
  • sloc: haskell: 121; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Name:                MonadRandom
Build-type:          Simple
Version:             0.1.6
Synopsis:            Random-number generation monad.
Description:         Support for computations which consume random values.
License:             OtherLicense
License-file:        LICENSE
Category:            Control
Author:              Cale Gibbard and others
Maintainer:          Eric Kidd <haskell@randomhacks.net>
Stability:           experimental
Build-Depends:       base >=2 && < 5, mtl, random
Exposed-modules:     Control.Monad.Random.Class, Control.Monad.Random