Forked from
Glasgow Haskell Compiler / GHC
1419 commits behind, 1 commit ahead of the upstream repository.
Luite Stegeman
authored
This solves a problem with parallel builds on platforms that use an in-tree libffi and the inplace rts package config. This would result in a missing 'ffi.h' error while building ghc-prim. Fixes #24864