refresh to cabal-rpm-2.2.1

This commit is contained in:
Jens Petersen 2024-07-15 01:03:06 +08:00
commit ddb93cafdd

View file

@ -1,4 +1,4 @@
# generated by cabal-rpm-2.1.0
# generated by cabal-rpm-2.2.1
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
%bcond_without tests
@ -57,6 +57,7 @@ lex or flex for C/C++.
%check
%if %{with tests}
PATH=%{buildroot}%{_bindir}:$PATH
%cabal_test
%endif