Enable haddock on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-04-15 09:31:08 +03:00
parent 197eb1f4db
commit 0978cdcd95
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -40,7 +40,7 @@
%bcond ghc_prof 1
# https://gitlab.haskell.org/ghc/ghc/-/issues/19754
# https://github.com/haskell/haddock/issues/1384
%ifnarch armv7hl %{ix86} riscv64
%ifnarch armv7hl %{ix86}
%bcond haddock 1
%endif
%if %{with hadrian}
@ -97,7 +97,7 @@ Version: 9.2.6
# - release can only be reset if *all* library versions get bumped simultaneously
# (sometimes after a major release)
# - minor release numbers for a branch should be incremented monotonically
Release: 130.5.riscv64%{?dist}
Release: 130.6.riscv64%{?dist}
Summary: Glasgow Haskell Compiler
License: BSD and HaskellReport
@ -1014,6 +1014,9 @@ env -C %{ghc_html_libraries_dir} ./gen_contents_index
%changelog
* Sun Apr 15 2023 David Abdurachmanov <davidlt@rivosinc.com> - 9.2.6-130.6.riscv64
- Enable haddock on riscv64
* Sun Apr 15 2023 David Abdurachmanov <davidlt@rivosinc.com> - 9.2.6-130.5.riscv64
- Apply missing patches