Accepting request 759363 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/759363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-comonad?expand=0&rev=10
This commit is contained in:
commit
7b40440ac8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c581266675389cef300117f453350748fd0bcfb33310bda93f67d5dc5b5fad0
|
|
||||||
size 17911
|
|
3
comonad-5.0.6.tar.gz
Normal file
3
comonad-5.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77cfb016acd1747b892c31b82daf0de93f508ba775d62562d376b354adb88fae
|
||||||
|
size 18154
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 27 03:01:04 UTC 2019 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update comonad to version 5.0.6.
|
||||||
|
5.0.6 [2019.11.26]
|
||||||
|
------------------
|
||||||
|
* Achieve forward compatibility with
|
||||||
|
[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 <psimons@suse.com>
|
||||||
|
|
||||||
|
- Drop obsolete group attributes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 3 02:03:15 UTC 2019 - psimons@suse.com
|
Fri May 3 02:03:15 UTC 2019 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,11 +19,10 @@
|
|||||||
%global pkg_name comonad
|
%global pkg_name comonad
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 5.0.5
|
Version: 5.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Comonads
|
Summary: Comonads
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Libraries/Haskell
|
|
||||||
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
|
||||||
@ -43,7 +42,6 @@ Comonads.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Haskell %{pkg_name} library development files
|
Summary: Haskell %{pkg_name} library development files
|
||||||
Group: Development/Libraries/Haskell
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: ghc-compiler = %{ghc_version}
|
Requires: ghc-compiler = %{ghc_version}
|
||||||
Requires(post): ghc-compiler = %{ghc_version}
|
Requires(post): ghc-compiler = %{ghc_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user