diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-03-01 13:55:41 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-03-01 13:55:41 +0000 |
commit | 27d7d930ff8741f980245da1b895ceaa5294e257 (patch) | |
tree | 74ddd286269a97738d88ada371c5d3d8c553dba5 /compiler/nativeGen | |
parent | c624d2857809f02b29b9089a9526387d4662cb81 (diff) | |
download | haskell-27d7d930ff8741f980245da1b895ceaa5294e257.tar.gz |
In --make, give an indication of why a module is being recompiled
e.g.
[3 of 5] Compiling C (C.hs, C.o)
[4 of 5] Compiling D (D.hs, D.o) [C changed]
[5 of 5] Compiling E (E.hs, E.o) [D changed]
The main motivation for this is so that we can give the user a clue
when something is being recompiled because the flags changed:
[1 of 1] Compiling Test2 ( Test2.hs, Test2.o ) [flags changed]
Diffstat (limited to 'compiler/nativeGen')
0 files changed, 0 insertions, 0 deletions