Sun, 07 Jul 2024 00:05:38 UTC | login

Information for build ghc-8.8.4-107.fc33

ID189611
Package Nameghc
Version8.8.4
Release107.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc.git#8c86b056b832ed723ced622198d13c9aa691bf83
SummaryGlasgow Haskell Compiler
DescriptionGHC is a state-of-the-art, open source, compiler and interactive environment for the functional language Haskell. Highlights: - GHC supports the entire Haskell 2010 language plus a wide variety of extensions. - GHC has particularly good support for concurrency and parallelism, including support for Software Transactional Memory (STM). - GHC generates fast code, particularly for concurrent programs. Take a look at GHC's performance on The Computer Language Benchmarks Game. - GHC works on several platforms including Windows, Mac, Linux, most varieties of Unix, and several different processor architectures. - GHC has extensive optimisation capabilities, including inter-module optimisation. - GHC compiles Haskell code either directly to native code or using LLVM as a back-end. GHC can also generate C code as an intermediate target for porting to new platforms. The interactive environment compiles Haskell to bytecode, and supports execution of mixed bytecode/compiled programs. - Profiling is supported, both by time/allocation and various kinds of heap profiling. - GHC comes with several libraries, and thousands more are available on Hackage.
Built bydavidlt
State failed
Volume DEFAULT
StartedTue, 01 Dec 2020 16:29:09 UTC
CompletedWed, 02 Dec 2020 01:00:19 UTC
Taskbuild (f33, /rpms/ghc.git:8c86b056b832ed723ced622198d13c9aa691bf83)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc.git#8c86b056b832ed723ced622198d13c9aa691bf83'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.8.4-107 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 16 2020 Jens Petersen <petersen@redhat.com> - 8.8.4-106 - 8.8.4 bugfix releases - https://downloads.haskell.org/ghc/8.8.4/docs/html/users_guide/8.8.4-notes.html - bytestring-0.10.10.1 and process-1.6.9.0 * Tue Jul 14 2020 Jens Petersen <petersen@redhat.com> - 8.8.3-105 - rebase to 8.8.3 from ghc:8.8 module stream - https://downloads.haskell.org/ghc/8.8.1/docs/html/users_guide/8.8.1-notes.html - https://downloads.haskell.org/ghc/8.8.2/docs/html/users_guide/8.8.2-notes.html - https://downloads.haskell.org/ghc/8.8.3/docs/html/users_guide/8.8.3-notes.html * Mon Jul 06 2020 Jens Petersen <petersen@redhat.com> - 8.6.5-104 - use python3-sphinx also for rhel8 * Thu Apr 09 2020 Jens Petersen <petersen@redhat.com> - 8.6.5-103 - fix running of gen_contents_index when no haddocks (#1813548) * Mon Feb 10 2020 Jens Petersen <petersen@redhat.com> - 8.6.5-102 - rebuild against ghc-rpm-macros fixed for subpackage prof deps * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.6.5-101 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 31 2019 Jens Petersen <petersen@redhat.com> - 8.6.5-100 - update to GHC 8.6.5 (backport ghc:8.6 module stream) - https://downloads.haskell.org/~ghc/8.6.5/docs/html/users_guide/8.6.1-notes.html - https://downloads.haskell.org/~ghc/8.6.5/docs/html/users_guide/8.6.2-notes.html - https://downloads.haskell.org/~ghc/8.6.5/docs/html/users_guide/8.6.3-notes.html - https://downloads.haskell.org/~ghc/8.6.5/docs/html/users_guide/8.6.4-notes.html - https://downloads.haskell.org/~ghc/8.6.5/docs/html/users_guide/8.6.5-notes.html - fix process library initgroups issue (https://github.com/haskell/process/pull/148) - add fix-build-using-unregisterized-v8.4.patch for s390x (#1648537) https://gitlab.haskell.org/ghc/ghc/issues/15913 - add bigendian patch for containers (#1651448) https://gitlab.haskell.org/ghc/ghc/issues/15411 - Debian patches: - add_-latomic_to_ghc-prim.patch, - rts osReserveHeapMemory block alignment * Tue Jul 30 2019 Jens Petersen <petersen@redhat.com> - 8.4.4-99 - subpackage library haddock documentation and profiling libraries - add ghc-doc and ghc-prof metapackages to pull in lib docs and prof libs - rename ghc-doc-cron with ghc-doc-index using file triggers - rename ghc-libraries to ghc-devel - for quickbuild disable debuginfo - lock ghc-compiler requires ghc-base-devel to ver-rel - drop alternatives for runhaskell and hsc2hs - use ghc_set_gcc_flags, with_ghc_prof, and with_haddock * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jun 28 2019 Jens Petersen <petersen@redhat.com> - 8.4.4-75 - add transfiletriggers that will replace individual post/postun scriptlets * Mon Mar 04 2019 Jens Petersen <petersen@redhat.com> - 8.4.4-74 - unregisterized: fix 32bit adjacent floats issue (https://ghc.haskell.org/trac/ghc/ticket/15853) * Sat Feb 16 2019 Jens Petersen <petersen@redhat.com> - 8.4.4-73 - update to GHC 8.4 - https://ghc.haskell.org/trac/ghc/blog/ghc-8.4.1-released - new patches: - 6e361d895dda4600a85e01c72ff219474b5c7190.patch - fix-build-using-unregisterized-v8.2.patch - ghc-sphinx-1.8-4eebc8016.patch - dropped patch: - D4159.patch - ghc-7.8-arm7_saner-linker-opt-handling-9873.patch - ghc-Debian-reproducible-tmp-names.patch - rely on rpm to strip * Fri Feb 08 2019 Jens Petersen <petersen@redhat.com> - 8.2.2-72 - add ghc_unregisterized_arches - Recommends zlib-devel - epel6 tweaks * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.2.2-72 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 8.2.2-71 - Use C.UTF-8 locale See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot * Mon Oct 22 2018 Jens Petersen <petersen@redhat.com> - Recommends for ghc-manual and ghc-doc-cron * Wed Oct 17 2018 Jens Petersen <petersen@redhat.com> - 8.2.2-70 - backport quickbuild config from 8.4 module and extend to perf_build - disable -Wall on s390x like in 8.4 module to silence warning flood and simplify setting of CFLAGS - enable buildpath-abi-stability.patch (from Debian) - setup build.mk in setup section, taken from copr and module * Tue Oct 16 2018 Peter Robinson <pbrobinson@fedoraproject.org> - Update alternatives dependencies