1
0

Accepting request 888028 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/888028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-MonadRandom?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2021-04-24 21:08:56 +00:00 committed by Git OBS Bridge
commit 549d35bea6
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:603806756bb51391feab2bc0d690facb9654283643beb5f94a4bbce6ae8651e6
size 10626

3
MonadRandom-0.5.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27184dadda0a49abac0208a1e6576b14217a60dc45b6839cd9e90af25ee00a9f
size 11259

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Apr 8 20:14:44 UTC 2021 - psimons@suse.com
- Update MonadRandom to version 0.5.3.
0.5.3 (8 April 2021)
--------------------
- `StatefulGen` instances for `RandT`
- Addition of `RandGen`
- Additioon of `withRandGen` and `withRandGen_`
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-MonadRandom
#
# 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
@ -18,7 +18,7 @@
%global pkg_name MonadRandom
Name: ghc-%{pkg_name}
Version: 0.5.2
Version: 0.5.3
Release: 0
Summary: Random-number generation monad
License: BSD-3-Clause