Thu, 12 Sep 2024 15:49:14 UTC | login

Information for build ghc9.10-9.10.1-3.fc41

ID338311
Package Nameghc9.10
Version9.10.1
Release3.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc9.10.git#9dce0ab900cea5fcb7cffb01040f2d11b35f71c9
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 canceled
Volume DEFAULT
StartedMon, 19 Aug 2024 06:46:47 UTC
CompletedMon, 19 Aug 2024 07:57:37 UTC
Taskbuild (f41, /rpms/ghc9.10.git:9dce0ab900cea5fcb7cffb01040f2d11b35f71c9)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc9.10.git#9dce0ab900cea5fcb7cffb01040f2d11b35f71c9'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jul 31 2024 Jens Petersen <petersen@redhat.com> - 9.10.1-3 - new packages: ghc-experimental, ghc-platform, ghc-toolchain, os-string - note prof subpackages currently have incomplete deps due to metadata generation issue * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Jul 14 2024 Jens Petersen <petersen@redhat.com> - use ld.bfd - remove remaining mentions of armv7hl - sync other changes from ghc9.8 * Mon May 13 2024 Jens Petersen <petersen@redhat.com> - 9.10.1-1 - https://downloads.haskell.org/~ghc/9.10.1/docs/users_guide/9.10.1-notes.html * Thu Mar 14 2024 Jens Petersen <petersen@redhat.com> - 9.10.0.20240313-0.1 - initial package derived from ghc9.8