update to 1.0.13.1
should build on arm/llvm backend (#992362) license changed from BSD to MIT
This commit is contained in:
parent
5e00faadb5
commit
1d8545f5fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/conduit-0.5.2.7.tar.gz
|
||||
/conduit-1.0.2.tar.gz
|
||||
/conduit-1.0.3.tar.gz
|
||||
/conduit-1.0.13.1.tar.gz
|
||||
|
@ -3,25 +3,28 @@
|
||||
%global pkg_name conduit
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.0.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.13.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Streaming data processing library
|
||||
|
||||
License: BSD
|
||||
License: MIT
|
||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-directory-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-text-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-transformers-base-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-void-devel
|
||||
# End cabal-rpm deps
|
||||
|
||||
@ -30,15 +33,17 @@ 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.
|
||||
and pipes. For a tutorial, see
|
||||
<https://haskell.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview>.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
Requires: ghc-compiler = %{ghc_version}
|
||||
Requires(post): ghc-compiler = %{ghc_version}
|
||||
Requires(postun): ghc-compiler = %{ghc_version}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
@ -72,6 +77,11 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 02 2014 Jens Petersen <petersen@redhat.com> - 1.0.13.1-1
|
||||
- update to 1.0.13.1, which should build with llvm backend (#992362)
|
||||
- license changed from BSD to MIT
|
||||
- update packaging to latest cblrpm
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user