Fri, 29 Mar 2024 22:59:53 CST | login

Information for build ghc9.0-9.0.2-10.fc37

ID21611
Package Nameghc9.0
Version9.0.2
Release10.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc9.0.git#b2af95cba4ba872b5f05d039651276db4ccecba9
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 bykojiadmin
State failed
Volume DEFAULT
StartedTue, 28 Feb 2023 01:13:33 CST
CompletedThu, 02 Mar 2023 10:36:12 CST
Taskbuild (f37-build-side-32-misc-devel, /rpms/ghc9.0.git:b2af95cba4ba872b5f05d039651276db4ccecba9)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc9.0.git#b2af95cba4ba872b5f05d039651276db4ccecba9'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jun 11 2022 Jens Petersen <petersen@redhat.com> - 9.0.2-9 - add filesystem subpackage * Tue May 24 2022 Jens Petersen <petersen@redhat.com> - 9.0.2-8 - backport fix from ghc-9.0 branch for CAFfy exception closures https://gitlab.haskell.org/ghc/ghc/-/merge_requests/7689 * Sun May 01 2022 Jens Petersen <petersen@redhat.com> - 9.0.2-7 - ghc9.0 now recommends ghc9.0-compiler-default - recommends zlib-devel was moved to cabal-install/stack * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Jan 08 2022 Miro HronĨok <mhroncok@redhat.com> - 9.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34 * Wed Jan 05 2022 Jens Petersen <petersen@redhat.com> - 9.0.2-4 - rebuild with fixed ghc-rpm-macros to fix broken ghc-ghci-devel metadeps * Fri Dec 31 2021 Jens Petersen <petersen@redhat.com> - 9.0.2-3 - add compiler-default subpackage - move docs to ghc9.0/ dir - add 9.0 suffix to ghc.1 manpage * Sun Dec 26 2021 Jens Petersen <petersen@redhat.com> - 9.0.2-2 - update to 9.0.2 - https://downloads.haskell.org/~ghc/9.0.2/docs/html/users_guide/9.0.2-notes.html - use llvm11 for ARM * Thu Dec 23 2021 Jens Petersen <petersen@redhat.com> - 9.0.1-1 - initial package derived from ghc:9.0 and ghc9.2 - https://downloads.haskell.org/ghc/9.0.1/docs/html/users_guide/9.0.1-notes.html - uses llvm10 on ARM archs