17 lines
318 B
Plaintext
17 lines
318 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
|
|
|
|
# devel suffix
|
|
%ghc_devel_prof %{?with_ghc_prof:prof}%{!?with_ghc_prof:devel}
|