Suppose I have ten modules in my project and GHC is going to recompile the third and fifth, I will see something like the following:
[3 of 10] Compiling C ( A.hs, dist/build/p/p/A.o )
[5 of 10] Compiling E ( B.hs, dist/build/p/p/B.o )
I have no idea how many more it's going to compile.
How can I get it to display progress of the compile process?