Skip to content
  • Austin Seipp's avatar
    Fix #8180 · ae87e122
    Austin Seipp authored
    
    
    When compiling a set of modules under --make, we need to check if the
    module graph has TemplateHaskell enabled. If it does, then we need to
    switch on -dynamic-too for GHCi, so that the linker can properly find
    the right dynamic object files.
    
    Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
    ae87e122