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 1/5] 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 From 415283dd4bd555aae6918b7e7e5a60813bdd6c911cb4005ad86c7560933c1a25 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:01:59 +0000 Subject: [PATCH 2/5] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-comonad revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=42 --- ghc-comonad.changes | 85 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 82 insertions(+), 3 deletions(-) diff --git a/ghc-comonad.changes b/ghc-comonad.changes index 2814dfe..6e2836f 100644 --- a/ghc-comonad.changes +++ b/ghc-comonad.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Wed Nov 27 03:00:46 UTC 2019 - psimons@suse.com +Wed Nov 27 03:01:04 UTC 2019 - psimons@suse.com - Update comonad to version 5.0.6. 5.0.6 [2019.11.26] @@ -8,7 +8,86 @@ Wed Nov 27 03:00:46 UTC 2019 - psimons@suse.com [GHC proposal 229](https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0229-whitespace-bang-patterns.rst). ------------------------------------------------------------------- -Wed Aug 28 17:31:04 UTC 2019 - psimons@suse.com +Fri Nov 8 16:13:26 UTC 2019 - Peter Simons -- Add comonad at version 5.0.5. +- Drop obsolete group attributes. +------------------------------------------------------------------- +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 From c4e1417c3acb26780b05fa0849d3a9d0756412dc827960119848dd0233fd1715 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 4 Jun 2020 01:01:10 +0000 Subject: [PATCH 3/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-comonad revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=43 --- comonad.cabal | 134 +++++++++++++++++++++++++++++++++++++++++++++++ ghc-comonad.spec | 2 + 2 files changed, 136 insertions(+) create mode 100644 comonad.cabal diff --git a/comonad.cabal b/comonad.cabal new file mode 100644 index 0000000..c3664ec --- /dev/null +++ b/comonad.cabal @@ -0,0 +1,134 @@ +name: comonad +category: Control, Comonads +version: 5.0.6 +x-revision: 1 +license: BSD3 +cabal-version: >= 1.10 +license-file: LICENSE +author: Edward A. Kmett +maintainer: Edward A. Kmett +stability: provisional +homepage: http://github.com/ekmett/comonad/ +bug-reports: http://github.com/ekmett/comonad/issues +copyright: Copyright (C) 2008-2014 Edward A. Kmett, + Copyright (C) 2004-2008 Dave Menendez +synopsis: Comonads +description: Comonads. +build-type: Custom +tested-with: GHC == 7.0.4 + , GHC == 7.2.2 + , GHC == 7.4.2 + , GHC == 7.6.3 + , GHC == 7.8.4 + , GHC == 7.10.3 + , GHC == 8.0.2 + , GHC == 8.2.2 + , GHC == 8.4.4 + , GHC == 8.6.5 + , GHC == 8.8.1 +extra-source-files: + .ghci + .gitignore + .hlint.yaml + .travis.yml + .vim.custom + coq/Store.v + README.markdown + CHANGELOG.markdown + examples/History.hs + Warning.hs + +custom-setup + setup-depends: + base >= 4 && < 5, + Cabal, + cabal-doctest >= 1 && < 1.1 + +-- You can disable the doctests test suite with -f-test-doctests +flag test-doctests + default: True + manual: True + +flag containers + description: + You can disable the use of the `containers` package using `-f-containers`. + . + Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. + default: True + manual: True + +flag distributive + description: + You can disable the use of the `distributive` package using `-f-distributive`. + . + Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. + . + If disabled we will not supply instances of `Distributive` + . + default: True + manual: True + + +source-repository head + type: git + location: git://github.com/ekmett/comonad.git + +library + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + + build-depends: + base >= 4 && < 5, + tagged >= 0.7 && < 1, + transformers >= 0.2 && < 0.6, + transformers-compat >= 0.3 && < 1 + + if !impl(ghc >= 8.0) + build-depends: semigroups >= 0.16.2 && < 1 + + if flag(containers) + build-depends: containers >= 0.3 && < 0.7 + + if flag(distributive) + build-depends: distributive >= 0.2.2 && < 1 + + exposed-modules: + Control.Comonad + Control.Comonad.Env + Control.Comonad.Env.Class + Control.Comonad.Hoist.Class + Control.Comonad.Identity + Control.Comonad.Store + Control.Comonad.Store.Class + Control.Comonad.Traced + Control.Comonad.Traced.Class + Control.Comonad.Trans.Class + Control.Comonad.Trans.Env + Control.Comonad.Trans.Identity + Control.Comonad.Trans.Store + Control.Comonad.Trans.Traced + Data.Functor.Composition + + other-extensions: + CPP + RankNTypes + MultiParamTypeClasses + FunctionalDependencies + FlexibleInstances + UndecidableInstances + +test-suite doctests + type: exitcode-stdio-1.0 + default-language: Haskell2010 + main-is: doctests.hs + ghc-options: -Wall -threaded + hs-source-dirs: tests + + if !flag(test-doctests) + buildable: False + else + build-depends: + base, + comonad, + doctest >= 0.11.1 && < 0.18 diff --git a/ghc-comonad.spec b/ghc-comonad.spec index 478aede..572ded0 100644 --- a/ghc-comonad.spec +++ b/ghc-comonad.spec @@ -25,6 +25,7 @@ Summary: Comonads License: BSD-2-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-cabal-doctest-devel BuildRequires: ghc-containers-devel @@ -52,6 +53,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build From 465f86f26d884484870df29fcb6b81de475237a8086b7127e625887384cae3e6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 16 Jun 2020 10:56:25 +0000 Subject: [PATCH 4/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-comonad revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=44 --- ghc-comonad.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-comonad.spec b/ghc-comonad.spec index 572ded0..8521edb 100644 --- a/ghc-comonad.spec +++ b/ghc-comonad.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-comonad # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 6526fe3ba8d185a4964c4a0b068743cda7d3080cf600f5ced69c67f58caac654 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 16 Jun 2020 11:28:40 +0000 Subject: [PATCH 5/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-comonad revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=45 --- ghc-comonad.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-comonad.changes b/ghc-comonad.changes index 6e2836f..0d3511b 100644 --- a/ghc-comonad.changes +++ b/ghc-comonad.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 16 11:13:54 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. + ------------------------------------------------------------------- Wed Nov 27 03:01:04 UTC 2019 - psimons@suse.com