The Glasgow Haskell Compilation system

Edit Package ghc

Haskell is the standard purely 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++, etc).

A wide variety of Haskell related resources (tutorials, libraries,
specifications, documentation, compilers, interprbeters, references,
contact information, links to research groups) are available from the
Haskell home page at .

Refresh
Refresh
Source Files
Filename Size Changed
Disable-unboxed-arrays.patch 0000000400 400 Bytes
_constraints 0000000612 612 Bytes
buildpath-abi-stability.patch 0000001154 1.13 KB
ghc-8.0.2-Cabal-dynlibdir.patch 0000000698 698 Bytes
ghc-8.10.7-src.tar.xz 0019932668 19 MB
ghc-8.10.7-src.tar.xz.sig 0000000438 438 Bytes
ghc-pie.patch 0000000604 604 Bytes
ghc-rpmlintrc 0000000361 361 Bytes
ghc.changes 0000053021 51.8 KB
ghc.spec 0000013745 13.4 KB
Revision 93 (latest revision is 107)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 917983 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 93)
- update to 8.10.7
- drop 4134.patch and refresh ghc-pie.patch
 * portabilit yfixes
 * Export some RTS symbols required for static builds of GHC
 * Fix LLVM version checking logic so it no longer complains
    about supported LLVM versions.
 * Fix some RTS crashes on Darwin due to mixing up the closure
    sizes of the aarch64 and x86-64 backends.
 * Fix a crash on the non-moving GC due to incorrect logic
    for calculating the header size for array write barries
 * Fix a bug in base leading to a high likelihood of space
    leaks when using lazy bytestrings
 * Fix some timer races in the RTS possibly manifesting in #18033 and #20132
 * Fix a number of bugs affecting the RTS m32 allocator
 * Fix a bug where code may be unloaded prematurely
    when using the parallel garbage collector
 * Fix a bug where the linker may during shutdown unload code before
    libraries’ atexit handlers have a chance to run
 * Improve code layout by distiguishing conditional and unconditional branches
 * Add hs-boot file support for -ddump-minimal-imports
 * Ensure hs-boot files are built before source files in GHCs -M mode
 * Fix a long standing GHC API bug affecting clients like HLS where
    async exceptions used to cancel threads during typechecking would be
    caught by the Template Haskell evaluator and reported as compile errors
 * Improve error messages when looking up packages fails
 * Fix a number of quirks in GC accounting
 * Fix a code generation bug which could result in entry of unlifted
    objects in some programs using unboxed sums
 * Ensure that POSIX signals are not delivered to the ticker thread
    when using the pthread itimer implementation.
Comments 0
openSUSE Build Service is sponsored by