Skip to content

Commit

Permalink
Always generate interface files and hie files
Browse files Browse the repository at this point in the history
  • Loading branch information
mpickering committed Jun 1, 2020
1 parent 5419882 commit 820aa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Development/IDE/Core/Rules.hs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ typeCheckRule = define $ \TypeCheck file -> do
pm <- use_ GetParsedModule file
-- do not generate interface files as this rule is called
-- for files of interest on every keystroke
typeCheckRuleDefinition file pm SkipGenerationOfInterfaceFiles
typeCheckRuleDefinition file pm DoGenerateInterfaceFiles

data GenerateInterfaceFiles
= DoGenerateInterfaceFiles
Expand Down

0 comments on commit 820aa24

Please sign in to comment.