update to 1.7.0

epel9
Jens Petersen 6 years ago
parent 8f6264aeb0
commit 9b99f2388c

1
.gitignore vendored

@ -4,3 +4,4 @@
/haddock-library-1.4.3.tar.gz /haddock-library-1.4.3.tar.gz
/haddock-library-1.4.5.tar.gz /haddock-library-1.4.5.tar.gz
/haddock-library-1.5.0.1.tar.gz /haddock-library-1.5.0.1.tar.gz
/haddock-library-1.7.0.tar.gz

@ -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

@ -1 +1 @@
SHA512 (haddock-library-1.5.0.1.tar.gz) = 832f21280ab2dce56c668dcf087c884bc450455d8198fb75ee856c19ce1b547f4a2c1403f4f20e044382f140fed848ae7657da9d05a0ab0f0752433b20397559 SHA512 (haddock-library-1.7.0.tar.gz) = ae4a3e2e02a866399623349c69b19738b371c574a72b2616f74c9b8fa2acdc04dfb20b7ef6cdd32709b474c0c99d27a49a810b7c58f68d8eb6bea7244323c30c

Loading…
Cancel
Save