Hi guys!
Is there a procedure to deploy a Haskell application?
I have an Amazon EC2 micro instance to run my application, but it's way too small to compile it using cabal (compilation takes half a day rouhgly), so I compile it on my computer.
Is there a convenient way to bundle the executable with the resources and ship it to the server?

Thanks!
Corentin