We are told that this is now legacy mode of cabal, to manage a user-defined sandbox:
cabal init sandbox
cabal install <some stuff>
Which is later loaded at your discretion using
cabal exec bash
Question: How is an equivalent operation performed using the new implementation of Cabal?
The documentation is (as it currently stands) very cryptic with zero usage example. That would be helpful to facilitate migration.
Currently contemplating Cabal 2.4.0.0 with GHC 8.6.5.