hadrian: Use a response file to invoke GHC when analysing dependencies.
hadrian: Use a response file to invoke GHC for dep gathering.
In some cases we construct an argument list too long for GHC to
handle directly on windows.
To avoid this we now invoke GHC using a response file when
generating dependencies to sidestep length limitations.
Edited by Andreas Klebinger