cabal-rpm-2.0.9

This commit is contained in:
Jens Petersen 2021-06-11 23:18:01 +08:00
parent 4e30c37cc6
commit 0630515a97
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# generated by cabal-rpm-2.0.7
# generated by cabal-rpm-2.0.9
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
%global pkg_name tart
@ -62,6 +62,7 @@ This package provides the Haskell %{name} library development files.
%package -n ghc-%{name}-doc
Summary: Haskell %{name} library documentation
BuildArch: noarch
Requires: ghc-filesystem
%description -n ghc-%{name}-doc
This package provides the Haskell %{name} library documentation.
@ -82,7 +83,6 @@ This package provides the Haskell %{name} profiling library.
%prep
# Begin cabal-rpm setup:
%setup -q
chmod a-x CHANGELOG.md README.md
# End cabal-rpm setup