|
|
|
@ -7,8 +7,8 @@
|
|
|
|
|
%bcond_without tests
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.8.0.8
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 1.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Difference lists
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -28,9 +28,7 @@ BuildRequires: ghc-QuickCheck-devel
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Difference lists are a list-like type supporting O(1) append. This is
|
|
|
|
|
particularly useful for efficient logging and pretty printing (e.g.
|
|
|
|
|
with the Writer monad), where list append quickly becomes too expensive.
|
|
|
|
|
List-like types supporting O(1) append and snoc operations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
@ -94,17 +92,17 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
|
# Begin cabal-rpm files:
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%license license.md
|
|
|
|
|
# End cabal-rpm files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
|
%doc ChangeLog.md README.md
|
|
|
|
|
%doc changelog.md readme.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with haddock}
|
|
|
|
|
%files doc -f %{name}-doc.files
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%license license.md
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -114,6 +112,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 1.0-1
|
|
|
|
|
- update to 1.0
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0.8-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|