2 years ago
#74817
Marius Melzer
stack: download dependencies to repo to transfer on other machine
I would like prepare a haskell project repository, currently using stack, such that it includes already all dependencies and stack can run without internet connection.
Background: The project directory shall be checked out on another machine, that has no internet connection, but which shall build and run the project.
I already considered copying the ~/.stack directory to that machine, but it seems to be quite linked to my machine (e.g. including local paths with my user name etc.).
Is this possible?
haskell
haskell-stack
0 Answers
Your Answer