summaryrefslogtreecommitdiff
path: root/compiler/cbits/genSym.c
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-07-05 14:16:35 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2021-07-20 10:59:08 +0100
commit71ccf4999d02aead5c518897c73c0b8eb9f6795f (patch)
treea9f28a0abb4a50a316e797f9c81ea95e8022e609 /compiler/cbits/genSym.c
parent58b960d2af0ebfc37104ec68a4df377a074951dd (diff)
downloadhaskell-wip/t20084.tar.gz
driver: Fix recompilation for modules importing GHC.Primwip/t20084
The GHC.Prim module is quite special as there is no interface file, therefore it doesn't appear in ms_textual_imports, but the ghc-prim package does appear in the direct package dependencies. This confused the recompilation checking which couldn't find any modules from ghc-prim and concluded that the package was no longer a dependency. The fix is to keep track of whether GHC.Prim is imported separately in the relevant places. Fixes #20084
Diffstat (limited to 'compiler/cbits/genSym.c')
0 files changed, 0 insertions, 0 deletions