refresh to cabal-rpm-2.0.2

This commit is contained in:
Jens Petersen 2020-02-08 22:49:43 +08:00
parent 01375b3a58
commit f96a7112a3
1 changed files with 4 additions and 6 deletions

View File

@ -1,11 +1,9 @@
# generated by cabal-rpm-2.0.0
# generated by cabal-rpm-2.0.2
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name curl
%global pkgver %{pkg_name}-%{version}
%global _devel %{?ghc_devel_prof}%{!?ghc_devel_prof:devel}
Name: ghc-%{pkg_name}
Version: 1.3.8
Release: 2%{?dist}
@ -21,9 +19,9 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
# Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-%{_devel}
BuildRequires: ghc-bytestring-%{_devel}
BuildRequires: ghc-containers-%{_devel}
BuildRequires: ghc-base-prof
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-containers-prof
BuildRequires: libcurl-devel
# End cabal-rpm deps