Accepting request 896214 from devel:languages:haskell

automated update of haskell stack

OBS-URL: https://build.opensuse.org/request/show/896214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-generic-random?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2021-06-01 08:39:06 +00:00 committed by Git OBS Bridge
commit d1a7c79b63
4 changed files with 14 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 17 09:47:47 UTC 2021 - psimons@suse.com
- Update generic-random to version 1.4.0.0.
# 1.4.0.0
- Add option to use only coherent instances
- Export `SetSized` and `SetUnsized`
- Drop compatibility with GHC 7
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 26 09:47:27 UTC 2021 - psimons@suse.com Mon Apr 26 09:47:27 UTC 2021 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name generic-random %global pkg_name generic-random
%bcond_with tests %bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 1.3.0.1 Version: 1.4.0.0
Release: 0 Release: 0
Summary: Generic random generators for QuickCheck Summary: Generic random generators for QuickCheck
License: MIT License: MIT
@ -31,7 +31,6 @@ BuildRequires: ghc-rpm-macros
ExcludeArch: %{ix86} ExcludeArch: %{ix86}
%if %{with tests} %if %{with tests}
BuildRequires: ghc-deepseq-devel BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-inspection-testing-devel
%endif %endif
%description %description