Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
5864 commits behind the upstream repository.
user avatar
Torsten Schmits authored
Fixes #23612 , #23607, #23998 and #23666.

MR: !11026

The fingerprinting logic in `Iface.Recomp` failed lookups when processing decls containing breakpoints for two reasons:

* IfaceBreakpoint created binders for free variables instead of expressions

* When collecting free names for the dependency analysis for fingerprinting, breakpoint FVs were skipped
d3874407
History