Accepting request 630370 from devel:languages:haskell

- 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)

OBS-URL: https://build.opensuse.org/request/show/630370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-mwc-random?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-08-20 14:20:38 +00:00 committed by Git OBS Bridge
commit 678b320ded
4 changed files with 17 additions and 16 deletions

View File

@ -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 Fri Jul 20 13:38:44 UTC 2018 - psimons@suse.com

View File

@ -17,9 +17,8 @@
%global pkg_name mwc-random %global pkg_name mwc-random
%bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.13.6.0 Version: 0.14.0.0
Release: 0 Release: 0
Summary: Fast, high quality pseudo random number generation Summary: Fast, high quality pseudo random number generation
License: BSD-2-Clause License: BSD-2-Clause
@ -32,14 +31,6 @@ BuildRequires: ghc-primitive-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
BuildRequires: ghc-time-devel BuildRequires: ghc-time-devel
BuildRequires: ghc-vector-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 %description
This package contains code for generating high quality random numbers that 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 %install
%ghc_lib_install %ghc_lib_install
%check
%cabal_test
%post devel %post devel
%ghc_pkg_recache %ghc_pkg_recache

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:065f334fc13c057eb03ef0b6aa3665ff193609d9bfcad8068bdd260801f44716
size 23256

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00370edaa60a51c86663868ecc2b1995824970001875cec458e9acc13511efa2
size 19674