My first attempt using shake, tried to follow the instructions here: https://github.com/ndmitchell/shake/blob/master/docs/Manual.md#readme
I copied the makefile verbatim and ran shake. Shake printed shake: Invalid statement: import Development.Shake
. My first thought was that maybe a new version had been released where these import statements had been made redundant. So I commented them out and got shake: Invalid statement: -- import Development.Shake
. So I removed them. Here was the output:
shake: Error when running Shake build system:
* main
* IO
Error, file does not exist and no rule available:
IO
GHC compiles the makefile fine. I'm not really sure what else to do to debug (I'm far from a Haskell expert!).
Somewhat relatedly (to the tutorial, at least) shake --demo
no longer seems to exist.