Go to file
Fedora Release Engineering b57d95b6c5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 10:49:45 +00:00
.gitignore Initial setup of the repo 2014-06-26 11:56:11 +00:00
README add README file 2014-06-27 10:44:18 +09:00
ghc-srpm-macros.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 10:49:45 +00:00
macros.ghc-srpm add MIPS to ghc_arches_with_ghci (#1294874) 2016-03-07 23:34:12 +09:00
sources Initial setup of the repo 2014-06-26 11:56:11 +00: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.