Accepting request 912749 from devel:languages:haskell
automated update of haskell stack OBS-URL: https://build.opensuse.org/request/show/912749 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-mwc-random?expand=0&rev=8
This commit is contained in:
commit
619bfd80ab
@ -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>
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%global pkg_name mwc-random
|
%global pkg_name mwc-random
|
||||||
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.14.0.0
|
Version: 0.15.0.2
|
||||||
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
|
||||||
@ -27,10 +28,19 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
|
|||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-math-functions-devel
|
BuildRequires: ghc-math-functions-devel
|
||||||
BuildRequires: ghc-primitive-devel
|
BuildRequires: ghc-primitive-devel
|
||||||
|
BuildRequires: ghc-random-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
|
||||||
ExcludeArch: %{ix86}
|
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
|
%description
|
||||||
This package contains code for generating high quality random numbers that
|
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
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%cabal_test
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:00370edaa60a51c86663868ecc2b1995824970001875cec458e9acc13511efa2
|
|
||||||
size 19674
|
|
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