Forked from
Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
Luite Stegeman
authored
This adds locking to communication with the external interpreter to prevent concurrent tasks interfering with each other. This fixes Template Haskell with the external interpreter in parallel (-j) builds. Fixes #25083