[Haskell-cafe] Stack: Copying possible?

Emanuel Borsboom manny at fpcomplete.com
Wed Nov 11 13:36:02 UTC 2015


Compiled Haskell libraries and GHC installations are not generally
relocatable to a different path.  So in theory copying ~/.stack between
machines should work if your home directory is in the same place on the
filesystem (and the architecture matches), but won't work if your home
directory changes.

On Wed, Nov 11, 2015 at 4:27 AM <rustompmody at gmail.com> wrote:

> Another way of asking:
>
> $ stack setup
>
> should be representable as
>
> $ git clone ...
>
> $ other-stuff
>
>
>
> What is other-stuff?
>
>
>
> (Pls excuse top post -- from phone)
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20151111/c0ff713d/attachment.html>


More information about the Haskell-Cafe mailing list