<p dir="ltr">Another, rather drastic, solution would be to run a hackage server locally on the target, and point the relevant DNS entries to localhosts via the hosts file. Probably not necessary though.</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Nov 24, 2016 8:02 AM, "Ivan Lazar Miljenovic" <<a href="mailto:ivan.miljenovic@gmail.com">ivan.miljenovic@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 24 November 2016 at 17:57, Jan von Löwenstein<br>
<<a href="mailto:jan.loewenstein@gmail.com">jan.loewenstein@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> Consider the following use case:<br>
> I have to ship a Haskell application as source, bundled with its<br>
> dependencies and a script that can produce the binary on a machine without<br>
> internet connectivity.<br>
><br>
> Is that possible with Stack or Cabal?<br>
> Any pointers would be much appreciated.<br>
><br>
> Ideally I would like to build each dependency package individually. That way<br>
> I could cache results per Haskell package and don't need to rebuild<br>
> dependencies until they actually change.<br>
<br>
I believe (but have not verified) that it is possible with both of<br>
them to specify local directories where source tarballs can be found.<br>
Alternatively, both definitely support through various mechanisms to<br>
be pointed at local unpacked copies of source files (directly in<br>
stack.yaml files).<br>
<br>
><br>
> Best<br>
> Jan<br>
><br>
> ______________________________<wbr>_________________<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-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br>
> Only members subscribed via the mailman list are allowed to post.<br>
<br>
<br>
<br>
--<br>
Ivan Lazar Miljenovic<br>
<a href="mailto:Ivan.Miljenovic@gmail.com">Ivan.Miljenovic@gmail.com</a><br>
<a href="http://IvanMiljenovic.wordpress.com" rel="noreferrer" target="_blank">http://IvanMiljenovic.<wbr>wordpress.com</a><br>
______________________________<wbr>_________________<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-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div></div>