packages feed

Cabal revisions of MonadRandom-0.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                MonadRandom-Version:             0.1.0-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, mtl-Exposed-modules:     Control.Monad.Random.Class, Control.Monad.Random-ghc-options:         -Wall -fno-warn-orphans -O+Name:                MonadRandom
+Version:             0.1.0
+x-revision: 1
+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
+-- Requires System.Random from random
+Build-depends:       base<0
+Build-Depends:       base, mtl
+Exposed-modules:     Control.Monad.Random.Class, Control.Monad.Random
+ghc-options:         -Wall -fno-warn-orphans -O