update to 1.2.4
This commit is contained in:
parent
2218e1057a
commit
f088e74cf0
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/conduit-1.0.2.tar.gz
|
/conduit-1.0.2.tar.gz
|
||||||
/conduit-1.0.3.tar.gz
|
/conduit-1.0.3.tar.gz
|
||||||
/conduit-1.0.13.1.tar.gz
|
/conduit-1.0.13.1.tar.gz
|
||||||
|
/conduit-1.2.4.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.0.13.1
|
Version: 1.2.4
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Streaming data processing library
|
Summary: Streaming data processing library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -16,25 +16,26 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
|
|||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
# Begin cabal-rpm deps:
|
# Begin cabal-rpm deps:
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-exceptions-devel
|
||||||
BuildRequires: ghc-containers-devel
|
|
||||||
BuildRequires: ghc-directory-devel
|
|
||||||
BuildRequires: ghc-lifted-base-devel
|
BuildRequires: ghc-lifted-base-devel
|
||||||
BuildRequires: ghc-mmorph-devel
|
BuildRequires: ghc-mmorph-devel
|
||||||
BuildRequires: ghc-monad-control-devel
|
|
||||||
BuildRequires: ghc-mtl-devel
|
BuildRequires: ghc-mtl-devel
|
||||||
BuildRequires: ghc-resourcet-devel
|
BuildRequires: ghc-resourcet-devel
|
||||||
BuildRequires: ghc-text-devel
|
|
||||||
BuildRequires: ghc-transformers-base-devel
|
BuildRequires: ghc-transformers-base-devel
|
||||||
BuildRequires: ghc-transformers-devel
|
BuildRequires: ghc-transformers-devel
|
||||||
BuildRequires: ghc-void-devel
|
BuildRequires: ghc-void-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-hspec-devel
|
BuildRequires: ghc-hspec-devel
|
||||||
|
BuildRequires: ghc-safe-devel
|
||||||
%endif
|
%endif
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Hackage documentation generation is not reliable. For up to date documentation,
|
||||||
|
please see: <http://www.stackage.org/package/conduit>.
|
||||||
|
|
||||||
'conduit' is a solution to the streaming data problem, allowing for production,
|
'conduit' is a solution to the streaming data problem, allowing for production,
|
||||||
transformation, and consumption of streams of data in constant memory.
|
transformation, and consumption of streams of data in constant memory.
|
||||||
It is an alternative to lazy I/O which guarantees deterministic resource
|
It is an alternative to lazy I/O which guarantees deterministic resource
|
||||||
@ -86,9 +87,13 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
|
%doc README.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 03 2015 Jens Petersen <petersen@redhat.com> - 1.2.4-1
|
||||||
|
- update to 1.2.4
|
||||||
|
|
||||||
* Tue Jan 27 2015 Jens Petersen <petersen@fedoraproject.org> - 1.0.13.1-4
|
* Tue Jan 27 2015 Jens Petersen <petersen@fedoraproject.org> - 1.0.13.1-4
|
||||||
- cblrpm refresh
|
- cblrpm refresh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user