From 7b7acde4184ce969426f8962feddaf9f603af48f7c3ed38a50d4ba3ff6f47cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 8 Jan 2021 10:06:12 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-comonad revision:16, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=58 --- comonad-5.0.7.tar.gz | 3 --- comonad-5.0.8.tar.gz | 3 +++ ghc-comonad.changes | 12 ++++++++++++ ghc-comonad.spec | 10 +--------- 4 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 comonad-5.0.7.tar.gz create mode 100644 comonad-5.0.8.tar.gz diff --git a/comonad-5.0.7.tar.gz b/comonad-5.0.7.tar.gz deleted file mode 100644 index 31cbfff..0000000 --- a/comonad-5.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55bdeba7b7d3c9e1385fd9e2e57f7a6faa3ab68411c8186d4ba6e7e2ce030d9d -size 18108 diff --git a/comonad-5.0.8.tar.gz b/comonad-5.0.8.tar.gz new file mode 100644 index 0000000..76ab11d --- /dev/null +++ b/comonad-5.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6cdf2cc292cc43ee6aa96c581b235fdea8ab44a0bffb24dc79ae2b2ef33d13 +size 15227 diff --git a/ghc-comonad.changes b/ghc-comonad.changes index 9e4f51c..cba8589 100644 --- a/ghc-comonad.changes +++ b/ghc-comonad.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Dec 30 17:52:56 UTC 2020 - psimons@suse.com + +- Update comonad to version 5.0.8. + 5.0.8 [2020.12.30] + ------------------ + * Explicitly mark modules as Safe or Trustworthy. + * The build-type has been changed from `Custom` to `Simple`. + To achieve this, the `doctests` test suite has been removed in favor of using + [`cabal-docspec`](https://github.com/phadej/cabal-extras/tree/master/cabal-docspec) + to run the doctests. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-comonad.spec b/ghc-comonad.spec index a0cce0d..f9ec2d2 100644 --- a/ghc-comonad.spec +++ b/ghc-comonad.spec @@ -17,16 +17,14 @@ %global pkg_name comonad -%bcond_with tests Name: ghc-%{pkg_name} -Version: 5.0.7 +Version: 5.0.8 Release: 0 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 BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-cabal-doctest-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-distributive-devel BuildRequires: ghc-indexed-traversable-devel @@ -35,9 +33,6 @@ BuildRequires: ghc-tagged-devel BuildRequires: ghc-transformers-compat-devel BuildRequires: ghc-transformers-devel ExcludeArch: %{ix86} -%if %{with tests} -BuildRequires: ghc-doctest-devel -%endif %description Comonads. @@ -61,9 +56,6 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install -%check -%cabal_test - %post devel %ghc_pkg_recache