From 7c3de40c324982a3cacc8b322b0a4991f36e67029011cc804bfd773f6c180487 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 20 Oct 2018 11:48:09 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-mwc-random revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mwc-random?expand=0&rev=6 --- ghc-mwc-random.changes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ghc-mwc-random.changes b/ghc-mwc-random.changes index d5558f7..8c26760 100644 --- a/ghc-mwc-random.changes +++ b/ghc-mwc-random.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Oct 20 11:31:46 UTC 2018 - Peter Simons + +- Use https URL to refer to bugs.opensuse.org. + +------------------------------------------------------------------- +Fri Aug 17 09:43:29 UTC 2018 - psimons@suse.com + +- Update mwc-random to version 0.14.0.0. + ## Changes in 0.14.0.0 + + * Low level functions for acquiring random data for initialization + of PRGN state is moved to `System.Random.MWC.SeedSource` module + + * Ensure that carry is always correct when restoring PRNG state from + seed. Only affects users who create 258 element seed manually. + (#63, #65) + ------------------------------------------------------------------- Fri Jul 20 13:38:44 UTC 2018 - psimons@suse.com