12 lines
369 B
Plaintext
12 lines
369 B
Plaintext
# Macros needed for building srpms of Haskell packages
|
|
|
|
# ghc_arches is not used in current packages but still here for back compat
|
|
# former archs: alpha ppc sparcv9 armv5tel
|
|
%ghc_arches %{ix86} x86_64 armv7hl ppc64le aarch64 s390x
|
|
|
|
# deprecated - kept for ghc.spec back compatibility
|
|
%ghc_devel_prof prof
|
|
|
|
# enable profiling libraries in prof subpkgs
|
|
%with_ghc_prof 1
|