ghc-rpm-macros/macros.ghc-os
Jens Petersen 7d2510b141 move with_ghc_prof to ghc-srpm-macros
so that prof BRs work in mock
2023-01-29 17:56:35 +08:00

12 lines
231 B
Plaintext

# OS specific settings
%_ghcdocdir %{_ghclicensedir}/%{name}
%ghc_without_dynamic 1
# enable library documentation in doc subpkgs
%with_haddock 1
# %%{?_smp_ncpus_max:--jobs=%%{?_smp_ncpus_max}}
%ghc_smp_mflags %{?_smp_mflags}