Package Release Info

ghc-mwc-random-0.15.0.2-bp154.2.11

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-mwc-random
ghc-mwc-random-devel

Change Logs

* Mon Nov 15 2021 psimons@suse.com
- Update mwc-random to version 0.15.0.2 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Mon Aug 16 2021 psimons@suse.com
- Update mwc-random to version 0.15.0.2.
  [#]# Changes in 0.15.0.2
  * Doctests on 32-bit platforms are fixed. (#79)
* Sat Jul 10 2021 psimons@suse.com
- Update mwc-random to version 0.15.0.1 revision 2.
  [#]# Changes in 0.15.0.1
  * Bug in generation of Int/Word in both uniform and uniformR is fixed. (#75)
  [#]# Changes in 0.15.0.0
  * `withSystemRandomST` and `createSystemSeed` are added.
  * `withSystemRandom` is deprecated.
  * `random>=1.2` is dependency of `mwc-random`.
  * Instances for type classes `StatefulGen` & `FrozenGen` defined in random-1.2
    are added for `Gen`.
  * Functions in `System.Random.MWC.Distributions` and
    `System.Random.MWC.CondensedTable` now work with arbitrary `StatefulGen`
  * `System.Random.MWC.uniformVector` now works with arbitrary `StatefulGen` as
    well and uses in-place initialization instead of `generateM`. It should be
    faster for anything but IO and ST (those shoud remain same).
* Thu Dec 17 2020 Ond?ej SĂșkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
Version: 0.14.0.0-bp152.4.11
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
Version: 0.14.0.0-bp151.1.11
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Fri Aug 17 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 2018 psimons@suse.com
- Add mwc-random at version 0.13.6.0.
Version: 0.13.6.0-bp150.2.6
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Wed May 03 2017 psimons@suse.com
- Update to version 0.13.6.0 with cabal2obs.
* Sun Dec 04 2016 psimons@suse.com
- Update to version 0.13.5.0 with cabal2obs.
Version: 0.13.4.0-2.5
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.13.4.0 revision 0 with cabal2obs.
* Mon Feb 22 2016 mimi.vx@gmail.com
- update to 0.13.4.0
* Mon Sep 14 2015 cfarrell@suse.com
- license update: BSD-2-Clause
  Look at LICENSE file
* Sat Sep 12 2015 mimi.vx@gmail.com
- initial commit