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
0001-PPC-CodeGen-fix-lwa-instruction-generation.patch 0000000964 964 Bytes
0001-StgCmmPrim-Add-missing-write-barrier.patch 0000000927 927 Bytes
D2495.patch 0000000962 962 Bytes
_constraints 0000000363 363 Bytes
ghc-8.0.1-src.tar.xz 0010645912 10.2 MB
ghc-no-madv-free.patch 0000000595 595 Bytes
ghc-rpmlintrc 0000000361 361 Bytes
ghc.changes 0000031479 30.7 KB
ghc.spec 0000014404 14.1 KB
Revision 50 (latest revision is 107)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 435803 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 50)
- make compatible with new ghc-rpm-macros 

- update to 8.0.1
- drop patches fixed upstream:
* drop atomic-cast.patch
* drop cabal-show-detail-direct.patch
* drop 0001-link-command-line-libs-to-temp-so.patch
* drop 0001-implement-native-code-generator-for-ppc64.patch
* drop ghc.git-b29f20.patch
* drop u_terminfo_0402.patch
* drop u_Cabal_update.patch
* drop u_haskeline_update.patch
* drop 0001-Fix-misspelled-WORDS_BIGENDIAN-macro.patch
* drop D2214.patch
* drop D2225.patch
- refresh 0001-StgCmmPrim-Add-missing-write-barrier.patch
- refresh 0001-PPC-CodeGen-fix-lwa-instruction-generation.patch
- add ghc-no-madv-free.patch to fix "unable to decommit memory:
  Invalid argument" errors GHC reports due to a misdetected
  MADV_FREE capability. The configure script sees the symbol define
  by glibc, but unfortunately this doesn't mean that the running
  kernel actually supports the feature, too. The upstream ticket
  https://ghc.haskell.org/trac/ghc/ticket/12495 has more details.
  Thanks to @psimons
- GHC produces debug information on x86 and x86_64
- aarch64 has LLVM backend (requires llvm-3.7)
- native code generator for powerpc64[le] (openSUSE contribution!)
- disable html doc on SLE, we don't have python-sphinx
* Thanks @mimi_vx
Comments 0
openSUSE Build Service is sponsored by