1
0

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-generic-random revision:2, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-generic-random?expand=0&rev=3
This commit is contained in:
Ondřej Súkup 2021-05-30 18:58:17 +00:00 committed by Git OBS Bridge
parent eff5790bf5
commit 16fca06e5a
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

View File

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