Add “Ignore warning” option to cabal check
[cabal.git] / changelog.d / pr-8726-3
blob337ad29909e5751555fb4920962c3d4d863c9fca
1 synopsis: Add option to ./Setup repl to write repl arguments to file
2 packages: Cabal
3 prs: #8726
5 description: {
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.