From fe85ac4079ccce83c698a134fabb1bbcc9370e73 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 22 Jan 2023 20:15:58 +0800 Subject: [PATCH] refresh to cabal-rpm-2.1.0 including SPDX migration --- ghc-show.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ghc-show.spec b/ghc-show.spec index 9d2c2ba..c764b80 100644 --- a/ghc-show.spec +++ b/ghc-show.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.9 +# generated by cabal-rpm-2.1.0 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name show @@ -9,8 +9,7 @@ Version: 0.6 Release: 29%{?dist} Summary: 'Show' instances for Lambdabot -# SimpleReflect is BSD and show.cabal says GPL -License: GPL+ +License: GPL-2.0-or-later Url: https://hackage.haskell.org/package/%{pkg_name} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz @@ -20,15 +19,16 @@ Patch0: show-0.4.1.2-fix-fsf-address.patch # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-base-devel +BuildRequires: ghc-syb-devel +%if %{with ghc_prof} BuildRequires: ghc-base-prof BuildRequires: ghc-syb-prof +%endif # End cabal-rpm deps %description -This library provides ShowQ, ShowFun, and SimpleReflect. -ShowFun gives us Typeable instances for neutering IO expressions. -ShowQ adds SmallCheck and QuickCheck support. -SimpleReflect allows us to literally see how functions 'expand'. +Show instances for functions and IO procedures. %package devel