Package ghc9.2.8: Information

    Source package: ghc9.2.8
    Version: 9.2.8-alt1
    Latest version according to Repology
    Build time:  Oct 20, 2023, 07:58 AM in the task #332209
    Report package bug
    Summary: Glasgow Haskell Compilation system
    Description: 
    Haskell is a standard lazy functional programming language; the
    current language version is Haskell 98, agreed in December 1998.
    
    GHC is a state-of-the-art programming suite for Haskell.  Included is
    an optimising compiler generating good code for a variety of
    platforms, together with an interactive system for convenient, quick
    development.  The distribution includes space and time profiling
    facilities, a large collection of libraries, and support for various
    language extensions, including concurrency, exceptions, and foreign
    language interfaces (C, C++, whatever).
    
    A wide variety of Haskell related resources (tutorials, libraries,
    specifications, documentation, compilers, interpreters, references,
    contact information, links to research groups) are available from the
    Haskell home page at <http://www.haskell.org/>.

    List of rpms provided by this srpm:
    ghc9.2.8 (x86_64, ppc64le, i586, armh, aarch64)
    ghc9.2.8-common (noarch)
    ghc9.2.8-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    ghc9.2.8-doc (x86_64, ppc64le, i586, armh, aarch64)
    ghc9.2.8-libs (x86_64, ppc64le, i586, armh, aarch64)
    ghc9.2.8-libs-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    rpm-macros-ghc9.2.8-common (noarch)

    Maintainer: Evgeny Sinelnikov


    ACL:
    Evgeny Sinelnikov
    @everybody

      1. binutils-devel
      2. /proc
      3. libncurses-devel
      4. python3-module-sphinx-sphinx-build-symlink
      5. ghc8.10.7-common
      6. libelf-devel
      7. libffi-devel
      8. docbook-dtds
      9. docbook-style-xsl
      10. libgmp-devel
      11. xsltproc

    Last changed


    Aug. 29, 2023 Evgeny Sinelnikov 9.2.8-alt1
    - Bootstrap from version 8.10.7 to 9.2.8
    - Disabled LTO on armh and aarch64 due link problems with llvm:
      "-latomic is needed for sub-word-sized atomic operations... failed."
    - Disabled overriding the default linker use by gcc on armh and aarch64 due
      problems with debugedit "Cannot handle 8-byte build ID" (based on GHC#21570)
    - Avoid cycle dependency between basic and common packages
    - Backport users-guide compatibility fixes (GHC#23807, GHC#23818)
    - Backport update of rdt-theme to latest upstream version (GHC#23444)
    - Add work around of haddock build trouble due locale encoding (GHC#8118)
    - Fix debugedit problem with 'Cannot handle 8-byte build ID' on armh and aarch64
    Aug. 29, 2023 Evgeny Sinelnikov 9.2.7-alt1
    - Bootstrap to version 9.2.7
    Aug. 26, 2023 Evgeny Sinelnikov 9.0.2-alt4
    - Rebuild with ghc 9.0.2 after bootstrap