osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-either revision:6, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-either?expand=0&rev=31
This commit is contained in:
Peter Simons 2018-07-11 01:01:38 +00:00 committed by Git OBS Bridge
parent dc2b0bd48c
commit 08fc2ecba8
4 changed files with 20 additions and 5 deletions

3
either-5.0.1.tar.gz Normal file
View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jul 9 19:45:10 UTC 2018 - psimons@suse.com
- Update either to version 5.0.1.
5.0.1 [2018.07.03]
------------------
* Make the `Semigroup`, `Apply`, and `Applicative` instances for `Validation`
lazier.
* Make `vap` lazier in its second argument.
* Introduce `vapm`, an even lazier version of `vap` which requires a
`Monoid` constraint. Also add `apm`, a counterpart for `Validation`.
* Use `test-framework` and `QuickCheck` in the test suite.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com Mon May 14 17:02:11 UTC 2018 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name either %global pkg_name either
%bcond_with tests %bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 5 Version: 5.0.1
Release: 0 Release: 0
Summary: Combinators for working with sums Summary: Combinators for working with sums
License: BSD-3-Clause License: BSD-3-Clause
@ -34,7 +34,9 @@ BuildRequires: ghc-rpm-macros
BuildRequires: ghc-semigroupoids-devel BuildRequires: ghc-semigroupoids-devel
BuildRequires: ghc-semigroups-devel BuildRequires: ghc-semigroups-devel
%if %{with tests} %if %{with tests}
BuildRequires: ghc-hedgehog-devel BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
%endif %endif
%description %description