Hi Yuji,
The --sandbox option is used to specify the sandbox location. I want my sandbox to be in ./.cabal-sandbox, i.e. the default location.
To clarify, I want to be able to create multiple independent sandboxes, that take advantage of the packages installed in $HOME/.cabal, just like how they take advantage of the system-wide install packages.
Sent: Monday, March 30, 2015 at 5:48 AM
From: "Yuji Yamamoto" <whosekiteneverfly@gmail.com>
To: "Aldo Davide" <aldodavide@gmx.com>
Cc: "Haskell Cafe" <haskell-cafe@haskell.org>
Subject: Re: [Haskell-cafe] Is it possible for cabal sandboxes to use $HOME/.cabal/lib?
Hi Aldo,
Maybe what you want to do is "cabal sandbox init --sandbox=$HOME/.cabal/lib/".
Specify "--sandbox=" option.