diff --git a/ghc-mwc-random.changes b/ghc-mwc-random.changes index d5558f7..101ba5b 100644 --- a/ghc-mwc-random.changes +++ b/ghc-mwc-random.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 diff --git a/ghc-mwc-random.spec b/ghc-mwc-random.spec index 439cf2e..023189b 100644 --- a/ghc-mwc-random.spec +++ b/ghc-mwc-random.spec @@ -17,9 +17,8 @@ %global pkg_name mwc-random -%bcond_with tests Name: ghc-%{pkg_name} -Version: 0.13.6.0 +Version: 0.14.0.0 Release: 0 Summary: Fast, high quality pseudo random number generation License: BSD-2-Clause @@ -32,14 +31,6 @@ BuildRequires: ghc-primitive-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-time-devel BuildRequires: ghc-vector-devel -%if %{with tests} -BuildRequires: ghc-HUnit-devel -BuildRequires: ghc-QuickCheck-devel -BuildRequires: ghc-statistics-devel -BuildRequires: ghc-test-framework-devel -BuildRequires: ghc-test-framework-hunit-devel -BuildRequires: ghc-test-framework-quickcheck2-devel -%endif %description This package contains code for generating high quality random numbers that @@ -74,9 +65,6 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install -%check -%cabal_test - %post devel %ghc_pkg_recache diff --git a/mwc-random-0.13.6.0.tar.gz b/mwc-random-0.13.6.0.tar.gz deleted file mode 100644 index eb7cb43..0000000 --- a/mwc-random-0.13.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:065f334fc13c057eb03ef0b6aa3665ff193609d9bfcad8068bdd260801f44716 -size 23256 diff --git a/mwc-random-0.14.0.0.tar.gz b/mwc-random-0.14.0.0.tar.gz new file mode 100644 index 0000000..42e489c --- /dev/null +++ b/mwc-random-0.14.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00370edaa60a51c86663868ecc2b1995824970001875cec458e9acc13511efa2 +size 19674