ndmitchell / rattle

Forward build system with speculation and caching
Other
102 stars 5 forks source link

program that executes a file of shell commands as a rattle build #21

Closed spall closed 4 years ago

spall commented 4 years ago

Will run a text file of commands as a Rattle build. Meant to work with code here: https://github.com/spall/rattle-papers/tree/master/tools.

ndmitchell commented 4 years ago

It's failing with warnings:

test/Test/BuildScript.hs:8:1: error: [-Wunused-imports, -Werror=unused-imports] The import of ‘Development.Shake.Command’ is redundant except perhaps to import instances from ‘Development.Shake.Command’ To import instances alone, use: import Development.Shake.Command() | 8 | import Development.Shake.Command | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^