[Haskell-cafe] Cabal depend on local package with foreign dependencies

Imants Cekusins imantc at gmail.com
Tue Oct 27 18:52:27 UTC 2015


Try to run this from packageB dir:
"cabal sandbox add-source {path to C}"

Then install packageA from B

Also maybe try to run
"cabal install packageC"
from packageB - this may not be necessary.

Btw separate sandboxes - one per each project - work just fine.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20151027/56a932fd/attachment.html>


More information about the Haskell-Cafe mailing list