CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/03/09 18:33:40
Modified files:
lang/ghc : Makefile distinfo
lang/ghc/patches: patch-aclocal_m4 patch-ghc_mk
patch-libraries_process_include_runProcess_h
patch-testsuite_driver_testlib_py
patch-testsuite_mk_test_mk
patch-testsuite_tests_codeGen_should_run_all_T
patch-utils_ghc-pkg_Main_hs
lang/ghc/pkg : PLIST
Added files:
lang/ghc/patches: patch-configure patch-rts_Linker_c
lang/ghc/pkg : PFRAG.no_i386
Removed files:
lang/ghc/patches: patch-configure_ac patch-rts_RtsSymbols_c
Log message:
Upgrade lang/ghc to 8.10.3
Some non-trivial adaptations:
* Remove -Wl,-z,notext from compiler flags
* Backport from ghc HEAD: move debugBelch into IF_DEBUG(linker)
* Move debugBelch into IF_DEBUG(linker) [fixup 3433]
* Undo ghci slowness [fixup 18727]
* Increase open FD limit for test runs to 1024
* Disable haddock on i386 using PFRAG
ok kili