|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.3.3.2
|
|
|
|
|
Version: 0.3.3.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Efficient buffered output
|
|
|
|
|
|
|
|
|
@ -22,13 +22,13 @@ BuildRequires: ghc-text-devel
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This library provides an abstraction of buffered output of byte streams
|
|
|
|
|
and several convenience functions to exploit it. For example, it allows
|
|
|
|
|
to efficiently serialize Haskell values to lazy bytestrings with a large
|
|
|
|
|
average chunk size. The large average chunk size allows to make good use of
|
|
|
|
|
cache prefetching in later processing steps (e.g. compression) and reduces
|
|
|
|
|
the system call overhead when writing the resulting lazy bytestring to
|
|
|
|
|
a file or sending it over the network.
|
|
|
|
|
This library provides an abstraction of buffered output of byte streams and
|
|
|
|
|
several convenience functions to exploit it. For example, it allows to
|
|
|
|
|
efficiently serialize Haskell values to lazy bytestrings with a large average
|
|
|
|
|
chunk size. The large average chunk size allows to make good use of cache
|
|
|
|
|
prefetching in later processing steps (e.g. compression) and reduces the system
|
|
|
|
|
call overhead when writing the resulting lazy bytestring to a file or sending
|
|
|
|
|
it over the network.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
@ -68,12 +68,12 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
|
%doc CHANGES TODO README.markdown
|
|
|
|
|
%doc CHANGES README.markdown TODO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 28 2014 Jens Petersen <petersen@redhat.com> - 0.3.3.2-1
|
|
|
|
|
- update to 0.3.3.2
|
|
|
|
|
* Thu Jan 15 2015 Jens Petersen <petersen@redhat.com> - 0.3.3.4-1
|
|
|
|
|
- update to 0.3.3.4
|
|
|
|
|
- refresh to cblrpm-0.8.11
|
|
|
|
|
|
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1.1-4
|
|
|
|
|