Click here to visit the old openkoji buildsystem (Archived)

Information for build ghc-9.6.6-144.fc41

ID69357
Package Nameghc
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version9.6.6
Release144.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/ghc.git#1769aa3942571452aa4bacad49750b585465607c
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 byzhangsongsong
State building
Volume DEFAULT
StartedTue, 22 Oct 2024 16:52:09 CST
Est. CompletionWed, 23 Oct 2024 21:17:36 CST
Taskbuild (f41-build-side-1, /rpms/ghc.git:1769aa3942571452aa4bacad49750b585465607c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc.git#1769aa3942571452aa4bacad49750b585465607c'}}
Tags No tags
RPMs No RPMs
Changelog * Tue Jul 23 2024 Jens Petersen <petersen@redhat.com> - 9.6.6-144 - rebase to 9.6.6 from ghc9.6 - switch to system default ld.bfd for all archs - enable obsoletes for ghc9.6 - support for non-Hadrian (make) builds is gone - remaining mentions of armv7hl removed - disable Cabal check warnings about missing upperbounds * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.4.5-143 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 15 2024 Jens Petersen <petersen@redhat.com> - 9.4.5-142 - ppc64le: NCG fix for ccall target hints (Peter Trommler, #2172771) * Fri Jun 14 2024 Jens Petersen <petersen@redhat.com> - 9.4.5-141 - explicitly require binutils-gold * Thu Feb 15 2024 Richard W.M. Jones <rjones@redhat.com> - 9.4.5-140 - Fix generated C for Modern C Initiative * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.4.5-139 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.4.5-138 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Nov 25 2023 Jens Petersen <petersen@redhat.com> - 9.4.5-137 - s390x: patch from @stefansf (IBM) to fix llvm alignment in data sections which should fix certain runtime crashes (#2248097) * Mon Sep 11 2023 Jens Petersen <petersen@redhat.com> - 9.4.5-136 - sync with ghc9.4: add sphinx7 patch - user_guide: update external links patch in line with final upstream * Tue Aug 08 2023 Jens Petersen <petersen@redhat.com> - 9.4.5-135 - disable ghc9.4 obsoletes due to 9.4.6 release * Tue Jul 25 2023 Jens Petersen <petersen@redhat.com> - 9.4.5-134 - rebase to 9.4.5 from ghc9.4 package - https://downloads.haskell.org/~ghc/9.4.5/docs/users_guide/9.4.1-notes.html * Tue Jul 25 2023 Jens Petersen <petersen@redhat.com> - 9.2.6-133 - base subpkg now owns ghcliblib and ghclibplatform dirs (#2185357) - s390x: no longer apply unregisterized patches * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.6-132 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - fix sphinx flags.py: python 3.12 dropped distutils (petersen) - fix BSD3 SPDX tags (petersen) * Thu May 25 2023 Jens Petersen <petersen@redhat.com> - 9.2.6-131 - include backport of 9.4 m32_allocator_init changes by Sylvain Henry (#2209162) - SPDX migration of license tags * Mon Mar 13 2023 Jens Petersen <petersen@redhat.com> - 9.2.6-130 - allow parallel installing ghc9.2-9.2.7 * Fri Feb 17 2023 Jens Petersen <petersen@redhat.com> - 9.2.6-129 - upstream patch to enable SMP rts for ppc64le * Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 9.2.6-128 - rebuild to fix prof deps * Sat Feb 11 2023 Jens Petersen <petersen@redhat.com> - 9.2.6-127 - https://downloads.haskell.org/~ghc/9.2.6/docs/html/users_guide/9.2.6-notes.html - restore RUNPATHs to help dependency generation * Sat Feb 04 2023 Jens Petersen <petersen@redhat.com> - 9.2.5-126 - add back ld.so.conf.d file to workaround mock install issue (#2166028) - remove the RUNPATHs again since they are covered by the ld.so.conf.d file * Mon Jan 30 2023 Jens Petersen <petersen@redhat.com> - 9.2.5-125 - rebase to ghc-9.2.5 from ghc9.2 - https://www.haskell.org/ghc/blog/20221107-ghc-9.2.5-released.html - https://downloads.haskell.org/~ghc/9.2.5/docs/html/users_guide/9.2.1-notes.html - fully Obsoletes ghc9.2* - install bash-completion file * Sun Jan 15 2023 Jens Petersen <petersen@redhat.com> - 9.0.2-124 - rebase to 9.0.2 from ghc9.0 - https://downloads.haskell.org/~ghc/9.0.2/docs/html/users_guide/9.0.1-notes.html - https://downloads.haskell.org/~ghc/9.0.2/docs/html/users_guide/9.0.2-notes.html - add buildpath-abi-stability-2.patch and haddock-remove-googleapis-fonts.patch from Debian * Thu Jan 12 2023 Florian Weimer <fweimer@redhat.com> - 8.10.7-123 - Port configure script to C99 * Fri Jan 06 2023 Jens Petersen <petersen@redhat.com> - 8.10.7-122 - obsoletes ghc8.10 - use llvm 12 (for ARM) * Sat Aug 06 2022 Jens Petersen <petersen@redhat.com> - 8.10.7-121 - ghc-compiler conflicts with ghc8.10-compiler-8.10.7 * Sat Aug 06 2022 Jens Petersen <petersen@redhat.com> - 8.10.7-120 - conflicts with ghc8.10-8.10.7 - add ghc-filesystem obsoletes to help dnf