ghc-rpm-macros/macros.ghc-os
Jens Petersen 55f3bb578e Revert "add %ghc_devel_prof config to handle devel/prof lib BRs"
This reverts commit f5201b70db.

Could define it in ghc-srpm-macros
2019-09-27 23:45:23 +08:00

14 lines
239 B
Plaintext

# OS specific settings
%_ghcdocdir %{_ghclicensedir}/%{name}
%_ghcdynlibdir %{_libdir}
%ghc_without_dynamic 1
# enable profiling libraries in prof subpkgs
%with_ghc_prof 1
# enable library documentation in doc subpkgs
%with_haddock 1