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
9_4_4-bootstrap-sources.tar.gz 0001500603 1.43 MB
Disable-unboxed-arrays.patch 0000000466 466 Bytes
_constraints 0000000649 649 Bytes
cabal-riscv64.patch 0000001698 1.66 KB
ghc-9.6.4-src.tar.xz 0029451856 28.1 MB
ghc-Cabal-install-PATH-warning.patch 0000000879 879 Bytes
ghc-gen_contents_index-haddock-path.patch 0000000533 533 Bytes
ghc-hadrian-s390x-rts--qg.patch 0000000583 583 Bytes
ghc-pie.patch 0000000670 670 Bytes
ghc-pkg.man 0000006443 6.29 KB
ghc-rpmlintrc 0000000361 361 Bytes
ghc-with-interpreter.patch 0000000672 672 Bytes
ghc.changes 0000063240 61.8 KB
ghc.keyring 0000004967 4.85 KB
ghc.spec 0000019326 18.9 KB
haddock.man 0000005703 5.57 KB
runghc.man 0000001417 1.38 KB
sphinx7.patch 0000000970 970 Bytes
Revision 106 (latest revision is 107)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1150197 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 106)
- update to 9.6.4
 * Fix a code generator bug on AArch64 platforms resulting in invalid conditional jumps .
 * Fix a simplifier bug that may cause segfaults and core lint failures due to incorrect handling of join points .
 * Ensure unconstrained instance dictionaries get IPE info .
 * Fix a bug where we could silently truncate 64 bit values to 32 bit on 32 bit architectures.
 * Fix a GHCi bug where a failure in the :add command would cause the process to exit .
 * Fix a bug causing suboptimal error messages for certain invalid cyclic module graphs with hs-boot files .
 * Fix a bug causing compiler panics with certain package databases involving unusable units and module reexports
 * Fix some memory leaks in GHCi that manifest on reloads
 * Fix a bug leading to some template haskell splices failing on being reloaded into GHCi due to not clearing the interactive context properly .
 * Fix a type checker crash on certain programs involving implicitly scoped type variables .
 * Fix a bug where certain warning flags were not recognised .
 * Fix an incorrect assertion in the simplifier .
 * Align objects in the data section properly when using the LLVM backend .
 * Ensure concurrent thunk update is sound .
 * Ensure the listAllBlocks function takes the non-moving heap into account .
 * Ensure the non-moving GC is not running when pausing
 * Fix some non-moving loops and bugs on Windows and LLP64 platforms
 * Fix a bug where certain programs could have incorrect async exception masking .
 * Ensure we respect maximum event length and don’t overflow into program memory .
 * Ensure we use the right linker flags on AArch64 darwin
 * Fix a bug where -DNOSMP wasn’t being passed to the C compiler even if the target doesn’t support SMP .
 * Ensure we use the right otool and install_name_tool on Darwin .
 * Fix a bug in ghc-bignum where usage of bigNatIsPowerOf2 might result in out of bounds access . (forwarded request 1150196 from mimi_vx)
Comments 0
openSUSE Build Service is sponsored by