Thanks for all the responses.
@Ivan
I couldn't yet find an option in stack to point to local source tarballs. Custom snapshots at least currently only support Hackage packages and that was the closest I found.
I briefly looked into `stack unpack <package>`, that might indeed provide a workable solution. Although options other than the list of packages would have to be duplicated between my "normal" stack.yaml and the one I use to enable offline compilation.
@Tobias
I already thought about that, yackage sounds like a package that would help implement it. Not sure if I like that option very much though.
@David
Not sure if I get your proposal.
Running `stack build --prefetch --dry-run` lists my local packages as "Would build". How would I get source tarballs of my dependencies and how would I build them on an offline machine?
Best
Jan