RPM macros for building Haskell source packages
Go to file
Mohan Boddu 926a12d348 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 20:09:53 +00:00
.gitignore New branch setup 2020-10-08 12:27:21 +00:00
README RHEL 9.0.0 Alpha bootstrap 2020-10-15 01:24:21 +02:00
ghc-srpm-macros.spec Rebuilt for IMA sigs, glibc 2.34, aarch64 flags 2021-08-09 20:09:53 +00:00
macros.ghc-srpm RHEL 9.0.0 Alpha bootstrap 2020-10-15 01:24:21 +02:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-15 01:24:21 +02:00

README

RPM macros to control the build arch's available for
Fedora Haskell packages with ghc-rpm-macros.

%ghc_arches_with_ghci:

The ghci interactive environment is needed when compiling
packages that use Template Haskell.  It is not available
on all archs.  Use "ExclusiveArch: %{ghc_arches_with_ghci}"
in packages that need the ghci capability to build,
or require a dependency that can only build with ghci.

%ghc_arches:

Deprecated but still used in older releases/packages.
Currently (as of F21) ghc is available on all actively
maintained architectures, but we could use %ghc_arches
again in the future if that is no longer true again.

Please report any issues in Red Hat bugzilla under
the Fedora product and ghc-srpm-macros component.