refresh to cabal-rpm-2.0.9

This commit is contained in:
Jens Petersen 2021-07-08 00:30:10 +08:00
parent 45270d7d5d
commit b19cfb0299
2 changed files with 86 additions and 84 deletions

View File

@ -11,7 +11,7 @@ Build-Type: Simple
Name: bytestring-trie
Version: 0.2.5.0
x-revision: 1
x-revision: 2
Stability: provisional
Homepage: http://wrengr.org
Author: wren gayle romano
@ -74,7 +74,7 @@ Library
-- The lower bounds are more restrictive than necessary.
-- But then, we don't maintain any CI tests for older
-- versions, so these are the lowest bounds we've verified.
Build-Depends: base >= 4.5 && < 4.14
Build-Depends: base >= 4.5 && < 4.16
, bytestring >= 0.9.2 && < 0.11
, binary >= 0.5.1 && < 0.8.8

View File

@ -1,4 +1,4 @@
# generated by cabal-rpm-2.0.6
# generated by cabal-rpm-2.0.9
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
%global pkg_name bytestring-trie
@ -17,6 +17,7 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
# End cabal-rpm sources
# Begin cabal-rpm deps:
BuildRequires: dos2unix
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-prof
@ -60,6 +61,7 @@ files.
%package doc
Summary: Haskell %{pkg_name} library documentation
BuildArch: noarch
Requires: ghc-filesystem
%description doc
This package provides the Haskell %{pkg_name} library documentation.
@ -80,7 +82,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
cp -bp %{SOURCE1} %{pkg_name}.cabal
dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup