↵ Return to the main page of ghc-rpm-macros-extra
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2019-07-27 | Jens Petersen <petersen at redhat dot com> - 1.0.12-1 | - set ghc_without_dynamic for Haskell static executable |
2018-07-28 | Jens Petersen <petersen at redhat dot com> - 1.0.11-1 | - update url - add macros.ghc-os and cabal-tweak-drop-dep - install licenses (Cabal docdir) in licenses dir |
2016-12-01 | Jens Petersen <petersen at redhat dot com> - 1.0.10-1 | - workaround unversioned _pkgdocdir in RHEL 7.3 (see #1392354) |
2016-10-27 | Jens Petersen <petersen at redhat dot com> - 1.0.7.5-3 | - sync with 1.2.20.fc21 - add aarch64 and ppc64le until RHEL 7.3 redhat-rpm-config |
2016-10-26 | Jens Petersen <petersen at redhat dot com> - 1.0.7.5-2 | - rebuild |
2015-10-08 | Jens Petersen <petersen at redhat dot com> - 1.0.7.5-1 | - cabal macro now sets utf8 locale - introduce ghc_pkgdocdir since no _pkgdocdir in RHEL 7 and earlier - add cabal_test macro - ghc_fix_dynamic_rpath: on ARMv7 RPATH is RUNPATH - add new names ghc_html_dir, ghc_html_libraries_dir, and ghc_html_pkg_dir - correct cabal-tweak-flag error message for missing flag (#1184508) - split ghc.attr into ghc_lib.attr and ghc_bin.attr for finer grained handling - require ghc-compiler for ghc_version - ghc-deps.sh: support ghc-pkg for ghc builds <= 7.4.2 as well - ghc.attr needs to handle requires for /usr/bin files too - improve ghc_fix_dynamic_rpath not to assume cwd = pkg_name - drop -O2: it often uses too much build mem - add an rpm .attr file for ghc-deps.sh rather than running it as an external dep generator (#1132275) (see http://rpm.org/wiki/PackagerDocs/DependencyGenerator) - condition use of execstack since no prelink on ppc64le or arm64 |
2014-05-17 | Jens Petersen <petersen at redhat dot com> - 1.0.7.4-1 | - do bcond cabal configure --enable-tests also for Bin packages - enable configure bcond check for tests - use -O2 also for executable (Bin) packages and allow it to be overrided - set Url field when generating subpackages - update license tag to GPLv3+ - handle no _pkgdocdir in RHEL7 and docdir path different to F20+ - abort ghc_fix_dynamic_rpath if no chrpath - Install macros to %{_rpmconfigdir}/macros.d. - set datasubdir in cabal_configure for ghc-7.8 |
2014-03-28 | Jens Petersen <petersen at redhat dot com> - 1.0.4.1-1 | - backport recent changes from F20: - quote the ghc_fix_dynamic_rpath error message - ghc_fix_dynamic_rpath: abort for non-existent executable name - cabal-tweak-flag: add manual field to enforce flag changes - ghc-deps.sh: fix ghc-pkg path when bootstrapping new ghc version - fix ghc-deps.sh when bootstrapping a new ghc version - use objdump -p instead of ldd to read executable dependencies - update ghc-deps.sh to handling ghc-7.8 rts - ghcpkgdocdir should be versioned (for F20 and earlier) - add ghcpkgdocdir, which like _pkgdocdir allows for unversioned haddock dirs |
2013-07-11 | Jens Petersen <petersen at redhat dot com> - 1.0.4-1 | - check for bindir before looking for executables in ghc_clear_execstack |
2013-07-10 | Jens Petersen <petersen at redhat dot com> - 1.0.3-1 | - add ghc_clear_execstack and use it also in ghc_lib_install (#973512) and require prelink for execstack |