From 3c6a40660d01c09ef845dd4c2125928d7b68e0e1bb4ea7e269e1b8e4edf08176 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 8 Jul 2020 19:28:27 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-either revision:1, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-either?expand=0&rev=50 --- ghc-either.changes | 104 +-------------------------------------------- ghc-either.spec | 2 +- 2 files changed, 3 insertions(+), 103 deletions(-) diff --git a/ghc-either.changes b/ghc-either.changes index ad8a431..9f3c29a 100644 --- a/ghc-either.changes +++ b/ghc-either.changes @@ -1,105 +1,5 @@ ------------------------------------------------------------------- -Thu May 7 08:38:39 UTC 2020 - Peter Simons +Wed Jul 8 17:47:24 UTC 2020 - psimons@suse.com -- Update Cabal file to get more accurate dependency information. +- Add either at version 5.0.1.1. -------------------------------------------------------------------- -Fri Nov 8 16:13:40 UTC 2019 - Peter Simons - -- Drop obsolete group attributes. - -------------------------------------------------------------------- -Fri May 3 02:03:00 UTC 2019 - psimons@suse.com - -- Update either to version 5.0.1.1. - 5.0.1.1 [2019.05.02] - -------------------- - * Only incur a `semigroups` dependency on pre-8.0 GHCs. - -------------------------------------------------------------------- -Sat Oct 20 11:24:50 UTC 2018 - Peter Simons - -- Update Cabal build instructions to support ghc-8.6.1. - -------------------------------------------------------------------- -Wed Jul 18 14:26:23 UTC 2018 - psimons@suse.com - -- Cosmetic: replace tabs with blanks, strip trailing white space, - and update copyright headers with spec-cleaner. - -------------------------------------------------------------------- -Fri Jul 13 14:31:28 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 - -- Update either to version 5. - * Changed the semantics of the `Validation` `Alt` and `Alternative` instances to collect errors. - The previous implementation did not correctly abide the laws. - * Added `vap`, for when users want validation like semantics but don't want to convert back and forth to validation all the time. Similarly, added `ealt` to give either's `Alt` semantics to validation. - * Dropped the deprecated `Control.Monad.Trans.Either`. Use `Control.Monad.Trans.Except` from `transformers` and/or - `transformers-compat` instead. - * Add `MMonad` instance for `EitherT` - * Deprecate `Control.Monad.Trans.Either` in favor of `Control.Monad.Trans.Except` - * Add `firstEitherT` - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Mon May 22 08:08:50 UTC 2017 - psimons@suse.com - -- Update to version 4.4.1.1 revision 2 with cabal2obs. - -------------------------------------------------------------------- -Wed Jan 4 21:24:48 UTC 2017 - psimons@suse.com - -- Update to version 4.4.1.1 revision 1 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:04:19 UTC 2016 - psimons@suse.com - -- Update to version 4.4.1.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Wed May 11 15:13:10 UTC 2016 - mimi.vx@gmail.com - -- update to 4.4.1.1 -* Fixed building on newer GHCs. (type synonyms require explicit foralls for unused - variables these days) - -------------------------------------------------------------------- -Fri Aug 7 06:57:35 UTC 2015 - mimi.vx@gmail.com - -- update to 4.4.1 -* Support mmorph - -------------------------------------------------------------------- -Sun May 31 20:28:19 UTC 2015 - mimi.vx@gmail.com - -- update to 4.3.4.1 -* Support `MonadRandom` 0.4 - -------------------------------------------------------------------- -Sun May 17 15:21:44 UTC 2015 - mimi.vx@gmail.com - -- update to 4.3.4 -* Support `bifunctors` 5, `profunctors` 5, and `semigroupoids` 5. -* Fixed and enhanced documentation for `eitherToError`. - -------------------------------------------------------------------- -Sun Apr 26 17:54:38 UTC 2015 - mimi.vx@gmail.com - -- initial commit diff --git a/ghc-either.spec b/ghc-either.spec index 5f6afa4..3f782a6 100644 --- a/ghc-either.spec +++ b/ghc-either.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-either # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed