Name: | ghc |
---|---|
Version: | 8.2.2 |
Release: | 68.4.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 0 |
License: | BSD and HaskellReport |
RPM: | ghc-8.2.2-68.4.el8.x86_64.rpm |
Source RPM: | ghc-8.2.2-68.4.el8.src.rpm |
Build Date: | Fri May 14 2021 |
Build Host: | jenkins-172-17-0-2-200bb1b1-48bc-4c0f-b103-4c1321e3bf5f.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://haskell.org/ghc/ |
Summary: | Glasgow Haskell Compiler |
Description: | GHC 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. |
- disable CC -Wall on s390x to silence the warning flood
- Fix BuildRequires for /usr/bin/python3 - Resolves: #1615517
- do not delete RPATH for bundled llvm - fix docs config - add llvm-D25865-cmakeshlib.patch from llvm3.9
- apply install_dirs.patch from llvm3.9 to fix llvm RPATHs - use ghc_set_cflags - turn off the testsuite
- fix sphinx-build version detection - merge bcond for haddock and manual
- bundle llvm-3.9 with ghc-compiler for aarch64
- move manuals to new ghc-manual (noarch) - rename ghc-doc-index to ghc-doc-cron (noarch) - ghost the ghc-doc-index local state files - ghost some newer libraries index files - simplify and extend bcond for build configuration - drop bootstrap builds and do ABI hash checks unless ghc version changed - no longer need autotools on aarch64
- ghc-pkg: silence the abi-depends warnings
- Escape macros in %changelog
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild