Re: [Haskell-cafe] Getting started with Shake

2012-09-24 Thread Evan Laforge
With shake I'm not sure exactly how to get started. Should I have a separate project where I create the build system for the webapp? Or can I setup something similar to sbt? Also, how do I handle dependencies with shake? cabal will pull in packages from hackage and do the needful, is

[Haskell-cafe] Getting started with Shake

2012-09-23 Thread Richard Wallace
Hey all, I'm going to be working on a webapp in Haskell in the upcoming months and am thinking Shake would be a good fit - I'll need to do js, css, and probably some graphics processing as part of the build and would like to use Shake to automate deployment. I'm not entirely sure how to get