Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Expose a flag to force GHC to recompile the given targets #896

Closed
wants to merge 8 commits into from

Conversation

alanz
Copy link
Collaborator

@alanz alanz commented Jun 21, 2017

This is useful if the client app (e.g. HaRe or HIE) has a GHC hook set to pick
up info from the compilation.

This is useful if the client app (e.g. HaRe or HIE) has a GHC hook set to pick
up info from the compilation.
alanz and others added 6 commits June 22, 2017 20:33
1. Apply it after depanal
2. Undo the Opt_ForceRecomp flag after the load is complete
Regardless of whether it is a new session or not.
So that it actually gets used.

Which also means it is only activated for the specified targets, so the hook
function itself can be simpler, does not need to check whether it must do
special processing or not.
It needs an improvement of the output, in time.
@alanz alanz closed this Jan 20, 2018
@alanz alanz deleted the target-tweak-modsummary branch January 20, 2018 17:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants