packages feed

bluefin-random 0.0.16.0 → 0.0.16.1

raw patch · 3 files changed

+7/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.16.1++* Fix Haddock+ # 0.0.16.0  * Initial version
bluefin-random.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               bluefin-random-version:            0.0.16.0+version:            0.0.16.1 license:            MIT license-file:       LICENSE author:             Tom Ellis
src/Bluefin/Random.hs view
@@ -183,8 +183,8 @@  -- | The simplest way to handle a Bluefin 'Random' effect.  This is -- the handler you should use unless you know you have a particular--- need to use a @Rnd.RandomGen@ other than @Rnd.StdGen@ or you know--- you need to create a @Rnd.StdGen@ seed in a non-standard way.+-- need to use a 'Rnd.RandomGen' other than 'Rnd.StdGen' or you know+-- you need to create a 'Rnd.StdGen' seed in a non-standard way. withInitStdGen ::   (e1 :> es) =>   IOE e1 ->