osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-mwc-random revision:2, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mwc-random?expand=0&rev=3
This commit is contained in:
Peter Simons 2018-08-17 14:00:34 +00:00 committed by Git OBS Bridge
parent 703e2f4ece
commit bf0ab7fd0a
3 changed files with 17 additions and 13 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

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