1 synopsis: Add option to ./Setup repl to write repl arguments to file
7 The `./Setup repl` command is modified to allow a user to defer
8 starting the repl and instead instruct the command to write the
9 necessary build flags to a directiory. The option is called
10 `--repl-multi-file <DIR>`.
12 This is useful when starting multi-component sessions as we want to query Setup.hs
13 for the arguments which are needed to build each component but not for ./Setup to
14 start the repl itself.