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:
parent
6faf733376
commit
2dbbb3b1cc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4713ed35a855af4ebdcbb62da9584188df9d97b71f296b36c63669e8185417a7
|
|
||||||
size 74474
|
|
3
generic-deriving-1.14.2.tar.gz
Normal file
3
generic-deriving-1.14.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:265e351117d451afaa37821ce91b44a02611cc94c7ed917a19e1efb0cc63aa2f
|
||||||
|
size 74655
|
@ -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
|
Thu Sep 2 08:32:11 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-generic-deriving
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name generic-deriving
|
%global pkg_name generic-deriving
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.14.1
|
Version: 1.14.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Generic programming library for generalised deriving
|
Summary: Generic programming library for generalised deriving
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user