Accepting request 304611 from devel:languages:haskell:lts
- update to 1.1 * breaking change to `randomIValInteger` to improve RNG quality and performance * correct documentation about generated range of Int32 sized values of type Int * fix memory leaks by using strict fields and strict atomicModifyIORef' * support for base < 4.6 (which doesnt provide strict atomicModifyIORef') * fix C type in test suite https://github.com/haskell/random/pull/9 OBS-URL: https://build.opensuse.org/request/show/304611 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-random?expand=0&rev=11
This commit is contained in:
parent
4ede15a1f7
commit
dc05b757ef
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 17:25:19 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 1.1
|
||||
* breaking change to `randomIValInteger` to improve RNG quality and performance
|
||||
* correct documentation about generated range of Int32 sized values of type Int
|
||||
* fix memory leaks by using strict fields and strict atomicModifyIORef'
|
||||
* support for base < 4.6 (which doesnt provide strict atomicModifyIORef')
|
||||
* fix C type in test suite https://github.com/haskell/random/pull/9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 09:53:08 UTC 2014 - peter.trommler@ohm-hochschule.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-random
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name random
|
||||
|
||||
Name: ghc-random
|
||||
Version: 1.0.1.1
|
||||
Version: 1.1
|
||||
Release: 0
|
||||
Summary: Random number library
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df7c3b405de0ac27a2ee8fdc8dad87cb42e8eac01fef53861e43bc47c8111559
|
||||
size 8699
|
3
random-1.1.tar.gz
Normal file
3
random-1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a
|
||||
size 10870
|
Loading…
x
Reference in New Issue
Block a user