Thu, 25 Apr 2024 03:40:33 UTC | login

Information for build ghc9.6-9.6.1-5.fc38

ID248029
Package Nameghc9.6
Version9.6.1
Release5.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc9.6.git#1abb4010ba74a13f851d02a60d73329a5b81d0e7
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:45:05 UTC
CompletedThu, 01 Jun 2023 17:49:50 UTC
Taskbuild (f38, /rpms/ghc9.6.git:1abb4010ba74a13f851d02a60d73329a5b81d0e7)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc9.6.git#1abb4010ba74a13f851d02a60d73329a5b81d0e7'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Mar 13 2023 Jens Petersen <petersen@redhat.com> - 9.6.1-5 - only add ghclibplatform dir to compiler * Sun Mar 12 2023 Jens Petersen <petersen@redhat.com> - 9.6.1-4 - 9.6.1 release - https://downloads.haskell.org/ghc/9.6.1/docs/users_guide/9.6.1-notes.html * Thu Feb 23 2023 Jens Petersen <petersen@redhat.com> - 9.6.0.20230210-3 - 9.6.1-alpha3 - https://downloads.haskell.org/ghc/9.6.1-alpha3/docs/users_guide/9.6.1-notes.html * Thu Feb 02 2023 Jens Petersen <petersen@redhat.com> - 9.6.0.20230128-2 - 9.6.1-alpha2 - https://downloads.haskell.org/ghc/9.6.1-alpha2/docs/users_guide/9.6.1-notes.html * Wed Jan 18 2023 Jens Petersen <petersen@redhat.com> - 9.6.0.20230111-1 - 9.6.1-alpha1 - derived from the ghc9.4 package