RPM macros for building Haskell source packages
Go to file
2023-07-28 14:59:01 +02:00
.gitignore Auto sync2gitlab import of ghc-srpm-macros-1.4.2-7.el8.src.rpm 2022-05-26 07:38:26 -04:00
gating.yaml Bring gating.yaml over from Brew dist-git 2023-03-10 10:39:19 -08:00
ghc-srpm-macros.spec Auto sync2gitlab import of ghc-srpm-macros-1.4.2-7.el8.src.rpm 2022-05-26 07:38:26 -04:00
macros.ghc-srpm Auto sync2gitlab import of ghc-srpm-macros-1.4.2-7.el8.src.rpm 2022-05-26 07:38:26 -04:00
README re-import sources as agreed with the maintainer 2023-07-28 14:59:01 +02:00
sources Auto sync2gitlab import of ghc-srpm-macros-1.4.2-7.el8.src.rpm 2022-05-26 07:38:26 -04:00

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.