Slow build on commodity VPS when developing on mac. What do you suggest?
So, i've built a project and i am new to Haskell environment coming from Ruby, Go, Python.
When i try to deploy Haskell project, it's gets stuck in pulling packages and compiling them. I suspect the problem is my development machine is way stronger than the commodity VPS i deploy on (limited cpu/memory), enough to run the binary but not enough to build on it.
in Go, i cross compile and upload a binary.
What are my possible options here?