|
|
@ -10,8 +10,8 @@
|
|
|
|
%global without_haddock 1
|
|
|
|
%global without_haddock 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 1.5.0.1
|
|
|
|
Version: 1.7.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Library exposing some functionality of Haddock
|
|
|
|
Summary: Library exposing some functionality of Haddock
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
@ -29,14 +29,15 @@ BuildRequires: ghc-doc
|
|
|
|
BuildRequires: ghc-prof
|
|
|
|
BuildRequires: ghc-prof
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
BuildRequires: ghc-attoparsec-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
BuildRequires: ghc-containers-devel
|
|
|
|
BuildRequires: ghc-containers-devel
|
|
|
|
BuildRequires: ghc-deepseq-devel
|
|
|
|
BuildRequires: ghc-parsec-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-text-devel
|
|
|
|
BuildRequires: ghc-transformers-devel
|
|
|
|
BuildRequires: ghc-transformers-devel
|
|
|
|
%if %{with tests}
|
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
BuildRequires: ghc-base-compat-devel
|
|
|
|
BuildRequires: ghc-base-compat-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-deepseq-devel
|
|
|
|
BuildRequires: ghc-directory-devel
|
|
|
|
BuildRequires: ghc-directory-devel
|
|
|
|
BuildRequires: ghc-filepath-devel
|
|
|
|
BuildRequires: ghc-filepath-devel
|
|
|
|
BuildRequires: ghc-hspec-devel
|
|
|
|
BuildRequires: ghc-hspec-devel
|
|
|
@ -49,8 +50,8 @@ BuildRequires: ghc-tree-diff-devel
|
|
|
|
Haddock is a documentation-generation tool for Haskell libraries.
|
|
|
|
Haddock is a documentation-generation tool for Haskell libraries.
|
|
|
|
These modules expose some functionality of it without pulling in the GHC
|
|
|
|
These modules expose some functionality of it without pulling in the GHC
|
|
|
|
dependency. Please note that the API is likely to change so specify upper
|
|
|
|
dependency. Please note that the API is likely to change so specify upper
|
|
|
|
bounds in your project if you can't release often. For interacting with Haddock
|
|
|
|
bounds in your project. For interacting with Haddock itself, see the [haddock
|
|
|
|
itself, see the ‘haddock’ package.
|
|
|
|
package](https://hackage.haskell.org/package/haddock).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
@ -110,7 +111,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%files -f %{name}.files
|
|
|
|
%files -f %{name}.files
|
|
|
|
# Begin cabal-rpm files:
|
|
|
|
# Begin cabal-rpm files:
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%license vendor/attoparsec-0.13.1.0/LICENSE
|
|
|
|
|
|
|
|
# End cabal-rpm files
|
|
|
|
# End cabal-rpm files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -129,6 +129,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 1.7.0-1
|
|
|
|
|
|
|
|
- update to 1.7.0
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0.1-2
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|