Accepting request 759403 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/759403 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-generic-deriving?expand=0&rev=15
This commit is contained in:
commit
11d0865ba4
3
generic-deriving-1.13.1.tar.gz
Normal file
3
generic-deriving-1.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9b53a40eae58e18ee281858a1ba400f14128d5779858272b01c10d64aa09abe
|
||||
size 68256
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f714bc3dc701b259cb5890bbcdc642216450b198f142c90ddeabeaa24d98a4c
|
||||
size 68020
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 03:00:49 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update generic-deriving to version 1.13.1.
|
||||
# 1.13.1 [2019.11.26]
|
||||
* Backport the `Generic(1)` instances for `Kleisli` introduced in `base-4.14`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:13:47 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Drop obsolete group attributes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 02:02:35 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -19,11 +19,10 @@
|
||||
%global pkg_name generic-deriving
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.13
|
||||
Version: 1.13.1
|
||||
Release: 0
|
||||
Summary: Generic programming library for generalised deriving
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/Haskell
|
||||
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
|
||||
@ -48,7 +47,6 @@ Template Haskell code is provided for supporting older GHCs.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Group: Development/Libraries/Haskell
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: ghc-compiler = %{ghc_version}
|
||||
Requires(post): ghc-compiler = %{ghc_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user