Name: | ghc |
---|---|
Version: | 8.2.2 |
Release: | 73.module_el8+25059+2b6719b6 |
Architecture: | x86_64 |
Module: | ghc:8.2:8050020210524172233:22f16526 |
Group: | Unspecified |
Size: | 0 |
License: | BSD and HaskellReport |
RPM: | ghc-8.2.2-73.module_el8+25059+2b6719b6.x86_64.rpm |
Source RPM: | ghc-8.2.2-73.module_el8+25059+2b6719b6.src.rpm |
Build Date: | Thu Mar 31 2022 |
Build Host: | build-ol8-x86_64.oracle.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. |
- bundle llvm-3.9 for arm archs (like in EL8)
- add ghc_unregisterized_arches - Recommends zlib-devel - epel6 tweaks
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Use C.UTF-8 locale See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
- Recommends for ghc-manual and ghc-doc-cron
- backport quickbuild config from 8.4 module and extend to perf_build - disable -Wall on s390x like in 8.4 module to silence warning flood and simplify setting of CFLAGS - enable buildpath-abi-stability.patch (from Debian) - setup build.mk in setup section, taken from copr and module
- Update alternatives dependencies
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- fix sphinx-build version detection - merge bcond for haddock and manual - disable the testsuite to speed up builds - version bootstrap and packaging fixes and tweaks
- 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