1 synopsis: Add support for loading multiple components into one repl session
2 packages: cabal-install
7 The `repl` command is extended in order to allow starting a repl session with
8 multiple local components. When a user specifies a target to the "repl" command
9 which resolves to multiple local components then `cabal` will start a repl session
10 which loads them all into a single GHC session if the multi-repl is enabled.
12 The multi-repl can be enabled by passing `--enable-multi-repl`, or writing `multi-repl: True` in
13 your cabal.project file.
15 The feature is fully explained in [this blog post](https://well-typed.com/blog/2023/03/cabal-multi-unit/).