update to 1.2.9
This commit is contained in:
parent
8113b41cc9
commit
73cadfbb06
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/conduit-1.0.13.1.tar.gz
|
||||
/conduit-1.2.4.tar.gz
|
||||
/conduit-1.2.6.6.tar.gz
|
||||
/conduit-1.2.9.tar.gz
|
||||
|
@ -1,17 +1,19 @@
|
||||
# generated by cabal-rpm-0.11.1
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name conduit
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.2.6.6
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Streaming data processing library
|
||||
|
||||
License: MIT
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
@ -19,29 +21,29 @@ BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-exceptions-devel
|
||||
BuildRequires: ghc-lifted-base-devel
|
||||
BuildRequires: ghc-mmorph-devel
|
||||
BuildRequires: ghc-monad-control-devel
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-resourcet-devel
|
||||
BuildRequires: ghc-transformers-base-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-void-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-hspec-devel
|
||||
BuildRequires: ghc-safe-devel
|
||||
BuildRequires: ghc-split-devel
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
%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.
|
||||
It is an alternative to lazy I/O which guarantees deterministic resource
|
||||
handling, and fits in the same general solution space as enumerator, iteratee,
|
||||
and pipes. For a tutorial, please visit
|
||||
<https://www.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview>.
|
||||
handling.
|
||||
|
||||
For more information about conduit in general, and how this package in
|
||||
particular fits into the ecosystem, see [the conduit
|
||||
homepage](https://github.com/snoyberg/conduit#readme).
|
||||
|
||||
|
||||
%package devel
|
||||
@ -57,7 +59,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
%setup -q -n %{pkgver}
|
||||
|
||||
|
||||
%build
|
||||
@ -85,10 +87,13 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc README.md
|
||||
%doc ChangeLog.md README.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 22 2017 Jens Petersen <petersen@redhat.com> - 1.2.9-1
|
||||
- update to 1.2.9
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user