osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-generic-deriving revision:16, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-generic-deriving?expand=0&rev=66
This commit is contained in:
Peter Simons 2022-10-06 14:46:22 +00:00 committed by Git OBS Bridge
parent 6faf733376
commit 2dbbb3b1cc
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4713ed35a855af4ebdcbb62da9584188df9d97b71f296b36c63669e8185417a7
size 74474

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:265e351117d451afaa37821ce91b44a02611cc94c7ed917a19e1efb0cc63aa2f
size 74655

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jul 23 18:16:44 UTC 2022 - Peter Simons <psimons@suse.com>
- Update generic-deriving to version 1.14.2.
# 1.14.2 [2022.07.23]
* Fix a bug in which `deriveAll1` could generate ill kinded code when using
`kindSigOptions=False`, or when using GHC 8.0 or earlier.
* Fix a bug in which `deriveAll1` would reject data types whose last type
variable has a kind besides `Type` or `k` on GHC 8.2 or later.
-------------------------------------------------------------------
Thu Sep 2 08:32:11 UTC 2021 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-generic-deriving
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name generic-deriving
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.14.1
Version: 1.14.2
Release: 0
Summary: Generic programming library for generalised deriving
License: BSD-3-Clause