import Development.Hake import Development.Hake.FunSet main = do hake $ [ task "test" [ "ghc -e main tests/testTalk.hs -Wall" ] ]