From 06d7fcd47d02ed70c27afd70ed45175378a4453a9cd95fd4ed2337e49c81d62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 14:40:18 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-comonad revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=41 --- ghc-comonad.changes | 85 ++------------------------------------------- 1 file changed, 3 insertions(+), 82 deletions(-) diff --git a/ghc-comonad.changes b/ghc-comonad.changes index 6e2836f..2814dfe 100644 --- a/ghc-comonad.changes +++ b/ghc-comonad.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Wed Nov 27 03:01:04 UTC 2019 - psimons@suse.com +Wed Nov 27 03:00:46 UTC 2019 - psimons@suse.com - Update comonad to version 5.0.6. 5.0.6 [2019.11.26] @@ -8,86 +8,7 @@ Wed Nov 27 03:01:04 UTC 2019 - psimons@suse.com [GHC proposal 229](https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0229-whitespace-bang-patterns.rst). ------------------------------------------------------------------- -Fri Nov 8 16:13:26 UTC 2019 - Peter Simons +Wed Aug 28 17:31:04 UTC 2019 - psimons@suse.com -- Drop obsolete group attributes. +- Add comonad at version 5.0.5. -------------------------------------------------------------------- -Fri May 3 02:03:15 UTC 2019 - psimons@suse.com - -- Update comonad to version 5.0.5. - 5.0.5 [2019.05.02] - ------------------ - * Raised the minimum `semigroups` version to 0.16.2. In addition, the - package will only be required at all for GHCs before 8.0. - * Drop the `contravariant` flag from `comonad.cabal`, as `comonad` no longer - depends on the `contravariant` library. - -------------------------------------------------------------------- -Sat Oct 20 11:31:19 UTC 2018 - Peter Simons - -- Use https URL to refer to bugs.opensuse.org. - -------------------------------------------------------------------- -Wed Jul 18 14:26:18 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:25 UTC 2018 - psimons@suse.com - -- Update comonad to version 5.0.4. - 5.0.4 [2018.07.01] - ------------------ - * Add `Comonad` instances for `Tagged s` with `s` of any kind. Before the - change, `s` had to be of kind `*`. - * Allow `containers-0.6`. - -------------------------------------------------------------------- -Mon May 14 17:02:11 UTC 2018 - psimons@suse.com - -- Update comonad to version 5.0.3 revision 2. - * Don't enable `Safe` on GHC 7.2. - * Support `doctest-0.12` - -------------------------------------------------------------------- -Mon Apr 24 12:26:15 UTC 2017 - psimons@suse.com - -- Update to version 5.0.1 with cabal2obs. - -------------------------------------------------------------------- -Thu Sep 15 07:03:15 UTC 2016 - psimons@suse.com - -- Update to version 5 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:29:37 UTC 2016 - psimons@suse.com - -- Update to version 4.2.7.2 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Mon Jul 27 07:08:24 UTC 2015 - mimi.vx@gmail.com - -- update to 4.2.7.2 -* Compiles warning-free on GHC 7.10 -* Use CPP -* Trustworthy fixes for GHC 7.2 - -------------------------------------------------------------------- -Thu May 21 06:37:00 UTC 2015 - mimi.vx@gmail.com - -- correct licence to BSD-2-Clause - -------------------------------------------------------------------- -Sun May 17 14:56:01 UTC 2015 - mimi.vx@gmail.com - -- update to 4.2.6 -* Re-export `(Data.Functor.$>)` rather than supply our own on GHC 7.8+ -* Better SafeHaskell support. -* `instance Monoid m => ComonadTraced m ((->) m)` - -------------------------------------------------------------------- -Sun Apr 26 16:54:54 UTC 2015 - mimi.vx@gmail.com - -- initial commit