Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
211 commits behind the upstream repository.
Matthew Pickering's avatar
Matthew Pickering authored
The interface files that we distribute should not contain any
information which is used by the recompilation checking logic since
source file will never be compiled again.

I am not 100% sure this won't cause unexpected issues, there many be
downstream consumers which are incorrectly using the information from
interfaces, but this commit can be reverted if we detect issues.
5b05c27b
History