
16 Dec
2014
16 Dec
'14
3:12 a.m.
On Sat, Dec 13, 2014, at 07:24 PM, Alan Buxton wrote:
Hi
I have created an application using cabal that now installs fine and runs fine on my dev machine.
I now want to deploy this application onto a separate server. This is not a webapp.
Try as I might, Google will not point me in the direction of how to do this, apart from loads of links to Keter which is not what I want (there is no nginx or any other web server involved).
Any advice on the neatest way to do this?
Hi, Can't you build a static binary and deploy it? (something like this -- http://stackoverflow.com/questions/5953199/create-a-static-haskell-linux-exe...) Ramakrishnan http://rkrishnan.org/