osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-mwc-random revision:16, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mwc-random?expand=0&rev=25
This commit is contained in:
parent
8cb36ca74e
commit
91965cfd72
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 16 07:22:53 UTC 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 14:07:01 UTC 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 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-mwc-random
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
%global pkg_name mwc-random
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.14.0.0
|
||||
Version: 0.15.0.2
|
||||
Release: 0
|
||||
Summary: Fast, high quality pseudo random number generation
|
||||
License: BSD-2-Clause
|
||||
@ -27,10 +28,19 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-math-functions-devel
|
||||
BuildRequires: ghc-primitive-devel
|
||||
BuildRequires: ghc-random-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-time-devel
|
||||
BuildRequires: ghc-vector-devel
|
||||
ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-doctest-devel
|
||||
BuildRequires: ghc-tasty-devel
|
||||
BuildRequires: ghc-tasty-hunit-devel
|
||||
BuildRequires: ghc-tasty-quickcheck-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
This package contains code for generating high quality random numbers that
|
||||
@ -64,6 +74,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
%check
|
||||
%cabal_test
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
3
mwc-random-0.15.0.2.tar.gz
Normal file
3
mwc-random-0.15.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35d64d5d6f8e93321d36952cf9ab64e21a9cad642ba39aa7378d88aa08afc25b
|
||||
size 26591
|
Loading…
Reference in New Issue
Block a user