Mon, 20 May 2024 08:30:43 UTC | login

Information for build ghc9.8-9.8.2-8.fc40

ID301318
Package Nameghc9.8
Version9.8.2
Release8.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc9.8.git#2f294d96018372a4bf47065a9d0578c91347ad89
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, 16 Apr 2024 10:52:38 UTC
CompletedTue, 16 Apr 2024 12:29:24 UTC
Taskbuild (f40, /rpms/ghc9.8.git:2f294d96018372a4bf47065a9d0578c91347ad89)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc9.8.git#2f294d96018372a4bf47065a9d0578c91347ad89'}}
Tags No tags
RPMs No RPMs
Changelog * 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