packages feed

random-effin 0.1.0.0 → 0.1.1.0

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Control.Effect.Random: class (RandomGen g, MemberEffect Rand (Rand g) l) => EffectRandom g l

Files

Control/Effect/Random.hs view
@@ -6,7 +6,7 @@ {-# OPTIONS_GHC -fno-warn-orphans #-} module Control.Effect.Random        (module System.Random,-        Rand,+        Rand, EffectRandom,         -- * Execution         runRand, evalRand, evalRandIO,         -- * Generator functions
random-effin.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                random-effin-version:             0.1.0.0+version:             0.1.1.0 synopsis:            A simple random generator library for effin description:         A simple random generator library for effin license:             BSD3