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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-generic-data?expand=0&rev=8
This commit is contained in:
Ondřej Súkup 2021-10-07 13:19:59 +00:00 committed by Git OBS Bridge
parent 050c68594c
commit 2940aab78a
4 changed files with 14 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d08f36db9ea9867c82989ffb5baa10bc5a2f72596a92d9d6cecd5194476fc03
size 39140

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 1 08:10:39 UTC 2021 - psimons@suse.com
- Update generic-data to version 0.9.2.1.
# 0.9.2.1
- No external changes.
- Use cabal-docspec instead of doctest
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-generic-data
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 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-data
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.9.2.0
Version: 0.9.2.1
Release: 0
Summary: Deriving instances with GHC.Generics and related utilities
License: MIT
@ -28,15 +28,12 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-ap-normalize-devel
BuildRequires: ghc-base-orphans-devel
BuildRequires: ghc-cabal-doctest-devel
BuildRequires: ghc-contravariant-devel
BuildRequires: ghc-ghc-boot-th-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-show-combinators-devel
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-doctest-devel
BuildRequires: ghc-generic-lens-devel
BuildRequires: ghc-inspection-testing-devel
BuildRequires: ghc-one-liner-devel