I recommend adding this new option to your ~/.cabal/config:
~/.cabal/config
require-sandbox: True
Will ensure you only install dependencies inside of sandboxes!
This is a pretty big release that solves a lot of problems associated with cabal hell:
I recommend adding this new option to your
~/.cabal/config:Will ensure you only install dependencies inside of sandboxes!
This is a pretty big release that solves a lot of problems associated with cabal hell: