Revert "Mark ForeignLibs test as broken with ghc-8.4.4"
[cabal.git] / changelog.d / pr-8726
blobfa9975a33bb02058d2ffd045caa9a92a36157a74
1 synopsis: Add support for loading multiple components into one repl session
2 packages: cabal-install
3 prs: #8726 #8238 #8491
5 description: {
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/).