|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 1.0.0.1
|
|
|
|
Version: 1.0.0.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Conduit adapters for common libraries
|
|
|
|
Summary: Conduit adapters for common libraries
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -16,7 +16,28 @@ 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-attoparsec-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-blaze-builder-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
BuildRequires: ghc-conduit-devel
|
|
|
|
BuildRequires: ghc-conduit-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-directory-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-filepath-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-monad-control-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-network-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-primitive-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-process-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-resourcet-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-stm-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-streaming-commons-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-text-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-transformers-base-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-transformers-devel
|
|
|
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
|
|
|
BuildRequires: ghc-async-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-bytestring-builder-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-exceptions-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-hspec-devel
|
|
|
|
|
|
|
|
%endif
|
|
|
|
# End cabal-rpm deps
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -51,6 +72,12 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
%ghc_lib_install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
|
|
|
%cabal test
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
|
|
|
%ghc_pkg_recache
|
|
|
|
|
|
|
|
|
|
|
@ -67,6 +94,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 03 2015 Jens Petersen <petersen@redhat.com> - 1.0.0.1-1
|
|
|
|
|
|
|
|
- update to 1.1.7.0
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 28 2015 Jens Petersen <petersen@redhat.com> - 1.0.0.1-3
|
|
|
|
* Wed Jan 28 2015 Jens Petersen <petersen@redhat.com> - 1.0.0.1-3
|
|
|
|
- update urls
|
|
|
|
- update urls
|
|
|
|
|
|
|
|
|
|
|
|