Accepting request 861593 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/861593 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-comonad?expand=0&rev=15
This commit is contained in:
commit
b22db485fd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:55bdeba7b7d3c9e1385fd9e2e57f7a6faa3ab68411c8186d4ba6e7e2ce030d9d
|
|
||||||
size 18108
|
|
3
comonad-5.0.8.tar.gz
Normal file
3
comonad-5.0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef6cdf2cc292cc43ee6aa96c581b235fdea8ab44a0bffb24dc79ae2b2ef33d13
|
||||||
|
size 15227
|
@ -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 <mimi.vx@gmail.com>
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -17,16 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%global pkg_name comonad
|
%global pkg_name comonad
|
||||||
%bcond_with tests
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 5.0.7
|
Version: 5.0.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Comonads
|
Summary: Comonads
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-cabal-doctest-devel
|
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-distributive-devel
|
BuildRequires: ghc-distributive-devel
|
||||||
BuildRequires: ghc-indexed-traversable-devel
|
BuildRequires: ghc-indexed-traversable-devel
|
||||||
@ -35,9 +33,6 @@ BuildRequires: ghc-tagged-devel
|
|||||||
BuildRequires: ghc-transformers-compat-devel
|
BuildRequires: ghc-transformers-compat-devel
|
||||||
BuildRequires: ghc-transformers-devel
|
BuildRequires: ghc-transformers-devel
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
|
||||||
BuildRequires: ghc-doctest-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Comonads.
|
Comonads.
|
||||||
@ -61,9 +56,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
%check
|
|
||||||
%cabal_test
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user