|
|
@ -1,4 +1,4 @@
|
|
|
|
# generated by cabal-rpm-1.0.0
|
|
|
|
# generated by cabal-rpm-1.0.1
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
|
|
|
|
%global pkg_name xml-conduit
|
|
|
|
%global pkg_name xml-conduit
|
|
|
@ -19,26 +19,21 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
%if %{with haddock}
|
|
|
|
|
|
|
|
BuildRequires: ghc-doc
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
|
|
|
|
BuildRequires: ghc-prof
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
BuildRequires: ghc-attoparsec-devel
|
|
|
|
BuildRequires: ghc-attoparsec-prof
|
|
|
|
BuildRequires: ghc-blaze-html-devel
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
BuildRequires: ghc-blaze-markup-devel
|
|
|
|
BuildRequires: ghc-blaze-html-prof
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
BuildRequires: ghc-blaze-markup-prof
|
|
|
|
BuildRequires: ghc-conduit-devel
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
BuildRequires: ghc-conduit-extra-devel
|
|
|
|
BuildRequires: ghc-conduit-prof
|
|
|
|
BuildRequires: ghc-containers-devel
|
|
|
|
BuildRequires: ghc-conduit-extra-prof
|
|
|
|
BuildRequires: ghc-data-default-class-devel
|
|
|
|
BuildRequires: ghc-containers-prof
|
|
|
|
BuildRequires: ghc-deepseq-devel
|
|
|
|
BuildRequires: ghc-data-default-class-prof
|
|
|
|
BuildRequires: ghc-resourcet-devel
|
|
|
|
BuildRequires: ghc-deepseq-prof
|
|
|
|
BuildRequires: ghc-text-devel
|
|
|
|
BuildRequires: ghc-resourcet-prof
|
|
|
|
BuildRequires: ghc-transformers-devel
|
|
|
|
BuildRequires: ghc-text-prof
|
|
|
|
BuildRequires: ghc-xml-types-devel
|
|
|
|
BuildRequires: ghc-transformers-prof
|
|
|
|
|
|
|
|
BuildRequires: ghc-xml-types-prof
|
|
|
|
%if %{with tests}
|
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-HUnit-devel
|
|
|
|
BuildRequires: ghc-HUnit-devel
|
|
|
|
BuildRequires: ghc-doctest-devel
|
|
|
|
BuildRequires: ghc-doctest-devel
|
|
|
@ -72,6 +67,7 @@ broken up into the following modules:
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
|
|
|
|
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
|
|
|
%if %{defined ghc_version}
|
|
|
|
%if %{defined ghc_version}
|
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|