Thu, 25 Apr 2024 10:23:28 UTC | login

Information for build ghc9.4-9.4.5-19.fc38

ID248028
Package Nameghc9.4
Version9.4.5
Release19.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc9.4.git#e6600c85579ed9fc0b98e792dc8e322a374b11ff
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
StartedThu, 01 Jun 2023 13:44:12 UTC
CompletedThu, 01 Jun 2023 17:37:34 UTC
Taskbuild (f38, /rpms/ghc9.4.git:e6600c85579ed9fc0b98e792dc8e322a374b11ff)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc9.4.git#e6600c85579ed9fc0b98e792dc8e322a374b11ff'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Apr 20 2023 Jens Petersen <petersen@redhat.com> - 9.4.5-19 - https://www.haskell.org/ghc/blog/20230418-ghc-9.4.5-released.html - https://downloads.haskell.org/~ghc/9.4.5/docs/users_guide/9.4.5-notes.html - version bumps for base, bytestring, containers, parsec, text * Mon Mar 20 2023 Jens Petersen <petersen@redhat.com> - 9.4.4-17 - suffix hadrian with ghc_major - only add ld.so.conf.d and remove RPATH if _ghcdynlibdir - do not duplicate libHSrts-*.so in filelist - add debian haddock-remove-googleapis-fonts.patch - update buildpath-abi-stability.patch - mv ld.so.conf.d out of rts block - use ghcliblib everywhere and add its subdirs - update abicheck with ghc_major - sync packaging changes: subpackage ghc-bignum, llvm13, -W, _ghcdynlibdir - build with ghc9.2 * Fri Jan 06 2023 Jens Petersen <petersen@redhat.com> - 9.4.4-16 - epel9 s390x: re-enable hadrian using llvm12 (#2141054) * Mon Dec 26 2022 Jens Petersen <petersen@redhat.com> - 9.4.4-15 - https://www.haskell.org/ghc/blog/20221224-ghc-9.4.4-released.html - https://downloads.haskell.org/~ghc/9.4.4/docs/users_guide/9.4.4-notes.html * Tue Nov 22 2022 Florian Weimer <fweimer@redhat.com> - 9.4.3-14 - Avoid implicit declaration of exit in configure check * Wed Nov 09 2022 Jens Petersen <petersen@redhat.com> - 9.4.3-13 - epel9: disable hadrian for s390x (#2141054) - epel9: disable docs on s390x with make * Fri Nov 04 2022 Jens Petersen <petersen@redhat.com> - 9.4.3-12 - https://www.haskell.org/ghc/blog/20221103-ghc-9.4.3-released.html - https://downloads.haskell.org/~ghc/9.4.3/docs/users_guide/9.4.3-notes.html - enable Hadrian for epel9 * Mon Oct 31 2022 Jens Petersen <petersen@redhat.com> - 9.4.2-11 - add ld.so.conf.d file for finding shared libraries under Hadrian and remove RPATHs for Hadrian builds to rid rpmlint RUNPATH errors - export LD to prevent configuring lld (see #2116508) * Tue Aug 23 2022 Jens Petersen <petersen@redhat.com> - 9.4.2-10 - https://www.haskell.org/ghc/blog/20220822-ghc-9.4.2-released.html - https://downloads.haskell.org/~ghc/9.4.2/docs/users_guide/9.4.2-notes.html * Tue Aug 16 2022 Jens Petersen <petersen@redhat.com> - 9.4.1-9 - build the manual (for hadrian) - various make build fixes (only used for epel9 currently) * Mon Aug 08 2022 Jens Petersen <petersen@redhat.com> - 9.4.1-8 - https://www.haskell.org/ghc/blog/20220807-ghc-9.4.1-released.html - https://downloads.haskell.org/ghc/9.4.1/docs/users_guide/9.4.1-notes.html * Sat Jul 23 2022 Jens Petersen <petersen@redhat.com> - 9.4.0.20220721-7 - 9.4.1-rc1 - https://downloads.haskell.org/ghc/9.4.1-rc1/docs/users_guide/9.4.1-notes.html * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 9.4.0.20220623-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jul 18 2022 Jens Petersen <petersen@redhat.com> - make sure to enable debuginfo always to avoid .build-id conflicts * Sat Jun 25 2022 Jens Petersen <petersen@redhat.com> - 9.4.0.20220623-5 - 9.4.1-alpha3 - https://downloads.haskell.org/ghc/9.4.1-alpha3/docs/users_guide/9.4.1-notes.html - add major version symlinks for programs in /usr/bin * Thu Jun 09 2022 Jens Petersen <petersen@redhat.com> - 9.4.0.20220523-4 - add filesystem subpackage - backport upstream hadrian patch to allow boot with ghc9.0 * Wed May 25 2022 Jens Petersen <petersen@redhat.com> - 9.4.0.20220523-3 - 9.4.1-alpha2 - https://downloads.haskell.org/ghc/9.4.1-alpha2/docs/users_guide/9.4.1-notes.html - built with ghc9.2 * Mon May 09 2022 Jens Petersen <petersen@redhat.com> - 9.4.0.20220501-2 - use --with-system-libffi for Hadrian (#2082827) * Sat May 07 2022 Jens Petersen <petersen@redhat.com> - 9.4.0.20220501-1 - 9.4.1-alpha1 - derived from the ghc9.2 package