Skip to content
  • Austin Seipp's avatar
    Fix #8677 (fallout from #8180) · 0a2d323c
    Austin Seipp authored
    
    
    When using TemplateHaskell and -prof, we *do not* want -dynamic-too, because
    we're going to *expect* that you compiled the vanilla/dyn way already,
    and are compiling profiling the second time (i.e. so GHCi can just load
    the normal, non-profiled object files.)
    
    Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
    0a2d323c