update to 1.7.0
This commit is contained in:
parent
8f6264aeb0
commit
9b99f2388c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/haddock-library-1.4.3.tar.gz
|
||||
/haddock-library-1.4.5.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
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.5.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library exposing some functionality of Haddock
|
||||
|
||||
License: BSD
|
||||
@ -29,14 +29,15 @@ BuildRequires: ghc-doc
|
||||
BuildRequires: ghc-prof
|
||||
%endif
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-attoparsec-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-parsec-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-base-compat-devel
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-hspec-devel
|
||||
@ -49,8 +50,8 @@ BuildRequires: ghc-tree-diff-devel
|
||||
Haddock is a documentation-generation tool for Haskell libraries.
|
||||
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
|
||||
bounds in your project if you can't release often. For interacting with Haddock
|
||||
itself, see the ‘haddock’ package.
|
||||
bounds in your project. For interacting with Haddock itself, see the [haddock
|
||||
package](https://hackage.haskell.org/package/haddock).
|
||||
|
||||
|
||||
%package devel
|
||||
@ -110,7 +111,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
%files -f %{name}.files
|
||||
# Begin cabal-rpm files:
|
||||
%license LICENSE
|
||||
%license vendor/attoparsec-0.13.1.0/LICENSE
|
||||
# End cabal-rpm files
|
||||
|
||||
|
||||
@ -129,6 +129,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (haddock-library-1.5.0.1.tar.gz) = 832f21280ab2dce56c668dcf087c884bc450455d8198fb75ee856c19ce1b547f4a2c1403f4f20e044382f140fed848ae7657da9d05a0ab0f0752433b20397559
|
||||
SHA512 (haddock-library-1.7.0.tar.gz) = ae4a3e2e02a866399623349c69b19738b371c574a72b2616f74c9b8fa2acdc04dfb20b7ef6cdd32709b474c0c99d27a49a810b7c58f68d8eb6bea7244323c30c
|
||||
|
Loading…
Reference in New Issue
Block a user