import Development.Hake import Development.Hake.FunSet main = do hake $ [ task "test" [ "runhaskell -Wall -itests:. tests/unitTest.hs" ] ]