packages feed

tf-random 0.3 → 0.4

raw patch · 3 files changed

+5/−2 lines, 3 files

Files

ChangeLog view
@@ -1,3 +1,6 @@+0.4+	* Avoid exporting new RandomGen methods from System.Random.TF .+ 0.3 	* Added newTFGen and mkTFGen. 	* Small additions to Intances.
src/System/Random/TF.hs view
@@ -19,6 +19,6 @@   )   where -import System.Random.TF.Gen hiding (RandomGen)+import System.Random.TF.Gen hiding (RandomGen (..)) import System.Random.TF.Init hiding (initTFGen) 
tf-random.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.3+version:             0.4  -- A short (one-line) description of the package. synopsis:            High-quality splittable pseudorandom number generator