Deploy Haskell code that uses the Snap Framework
问题 What's your experience with deploying Haskell code for production in Snap in a stable fashion? If the compilation fails on the server then I would like to abort the deployment and if it succeeds then I would like it to turn of the snap-server and start the new version instead. I know there are plenty of ways. Everything from rsync to git-hooks (git pull was a nightmare). But I would like to hear your experiences. 回答1: Where I work, we use Happstack and deploy on Ubuntu linux. We actually