<div dir="ltr"><div><div><div><div><div><div>Hi Bardur,<br><br><a href="https://github.com/haskell/cabal/issues/2004">https://github.com/haskell/cabal/issues/2004</a> is another bug that seems like it could be related. The idea is to use a single sandbox across multiple packages so if you have a directory layout like<br><br></div>top/<br></div>  application/<br></div>  library1/<br></div>  library2/<br><br></div><div>If you were to then:<br></div><div><br></div>cd top, cabal sandbox init, cd library2, cabal install, cd ../library1, cabal install, cd ../application, cabal install<br><br></div>The packages library1, library2 and their dependencies would all be installed in the sandbox in top and the cabal install inside the application directory would resolve dependencies from that sandbox. Each folder would still maintain its own cabal configuration so global analysis wouldn't be possible (or on the other hand, necessary).<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 19, 2015 at 12:03 PM, Bardur Arantsson <span dir="ltr"><<a href="mailto:spam@scientician.net" target="_blank">spam@scientician.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 06/19/2015 08:59 PM, Thomas Tuegel wrote:<br>
[--snip--]<br>
<br>
Thank you, I'll have a thorough look at everything you pointed out<br>
tomorrow. Likewise for anyone else who'd care to chime in! :)<br>
<br>
Regards,<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
cabal-devel mailing list<br>
<a href="mailto:cabal-devel@haskell.org">cabal-devel@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Love in Jesus Christ, John Alfred Nathanael Chee<br><a href="http://www.biblegateway.com/" target="_blank">http://www.biblegateway.com/</a><br><a href="http://web.cecs.pdx.edu/~chee/" target="_blank">http://web.cecs.pdx.edu/~chee/</a></div>
</div>