ghc-toolchain should output to standard output by default
Currently, ghc-toolchain takes --output=... as a required flag.
I think it would be cleaner and more in-line with the standard for cli programs if we instead outputted the configured Target to the standard out if no output file was specified.
cc @bgamari
Edited by Rodrigo Mesquita