diff --git a/ghc.spec b/ghc.spec index a59e661..c49e2fa 100644 --- a/ghc.spec +++ b/ghc.spec @@ -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 - 9.2.6-130.6.riscv64 +- Enable haddock on riscv64 + * Sun Apr 15 2023 David Abdurachmanov - 9.2.6-130.5.riscv64 - Apply missing patches