Cabal revisions of MonadRandom-0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: MonadRandom-Build-type: Simple-Version: 0.1.2-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, random-Exposed-modules: Control.Monad.Random.Class, Control.Monad.Random+Name: MonadRandom +Build-type: Simple +Version: 0.1.2 +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 +-- Broken with post-AMP +Build-Depends: base <4.8, mtl, random +Exposed-modules: Control.Monad.Random.Class, Control.Monad.Random
revision 2
Name: MonadRandom Build-type: Simple Version: 0.1.2 -x-revision: 1 +x-revision: 2 Synopsis: Random-number generation monad. Description: Support for computations which consume random values. License: OtherLicense Maintainer: Eric Kidd <haskell@randomhacks.net> Stability: experimental -- Broken with post-AMP -Build-Depends: base <4.8, mtl, random +Build-Depends: base <4.8, mtl, random < 1.2 Exposed-modules: Control.Monad.Random.Class, Control.Monad.Random