<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>If you can do this, this is news to me.</div><div><br></div><div>See: <a href="https://www.haskell.org/cabal/users-guide/developing-packages.html" target="_blank">https://www.haskell.org/cabal/users-guide/developing-packages.html</a></div><div><br></div><div>From what I understand, you cannot use this to point to repos for dependencies, only to indicate the repo for the package you are defining.</div><div><br></div><div>You'd have to publish pack1 somewhere (on hackage or in your own hackage server), or use a different tool to declare the dependency. I don't know if cabal's new-build system addresses this at all.<br></div><div><br></div><div>Ivan<br></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, 18 Nov 2018 at 06:54, Fabien R <<a href="mailto:theedge456@free.fr" target="_blank">theedge456@free.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
I'm trying to reference an external source of a package within a sandbox, using cabal <a href="http://2.0.0.1" rel="noreferrer" target="_blank">2.0.0.1</a>:<br>
<br>
source-repository head<br>
   type: git<br>
   location: <git URL of pack1><br>
<br>
executable myExe<br>
    build-depends: base==4.10.1.0, pack1 -any<br>
<br>
But "cabal -v install --only-dependencies" fails:<br>
<br>
cabal: Encountered missing dependencies:<br>
pack1 -any<br>
<br>
Any hint ?<br>
<br>
--<br>
Fabien<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div>