Wed, 08 Jan 2025 00:29:42 UTC | login

Information for build ghc9.8-9.8.2-10.fc41

ID334817
Package Nameghc9.8
Version9.8.2
Release10.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc9.8.git#81a4c9f145f0b4fde0e7d29c7b8b69857a6a5ce4
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
StartedWed, 02 Oct 2024 20:58:54 UTC
CompletedWed, 02 Oct 2024 23:57:17 UTC
Taskbuild (f41, /rpms/ghc9.8.git:81a4c9f145f0b4fde0e7d29c7b8b69857a6a5ce4)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc9.8.git#81a4c9f145f0b4fde0e7d29c7b8b69857a6a5ce4'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.8.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 15 2024 Jens Petersen <petersen@redhat.com> - 9.8.2-9 - explicit requires for binutils - boot with ghc9.6 for all releases - ppc64le: NCG fix for ccall target hints (Peter Trommler, #2172771) * Mon Feb 26 2024 Jens Petersen <petersen@redhat.com> - 9.8.2-8 - https://downloads.haskell.org/~ghc/9.8.2/docs/users_guide/9.8.2-notes.html - minor bumps to bytestring, filepath, text, unix * Thu Feb 15 2024 Richard W.M. Jones <rjones@redhat.com> - 9.8.1-7 - Fix generated C for Modern C Initiative * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.8.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Jens Petersen <petersen@redhat.com> - 9.8.1-5 - use gcc default ld (ie ld.bfd) for rawhide * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 05 2024 Jens Petersen <petersen@redhat.com> - 9.8.1-3 - fix llvm alignment in data sections (@stefansf (IBM)) which should fix certain runtime crashes (#2248097) * Sun Nov 12 2023 Jens Petersen <petersen@redhat.com> - 9.8.1-2 - rebuild with ghc-rpm-macros-2.6.5 to fix prof deps (thanks mimi1vx) * Thu Oct 26 2023 Jens Petersen <petersen@redhat.com> - 9.8.1-1 - https://downloads.haskell.org/ghc/9.8.1/docs/users_guide/9.8.1-notes.html * Fri Aug 11 2023 Jens Petersen <petersen@redhat.com> - 9.8.0.20230809-0.2 - https://downloads.haskell.org/ghc/9.8.1-alpha2/docs/users_guide/9.8.1-notes.html * Fri Aug 04 2023 Jens Petersen <petersen@redhat.com> - 9.8.0.20230727-0.1 - initial package based on ghc9.6