Dafo with the golden Hair

Results 3 issues of Dafo with the golden Hair

Source Code: ```haskell main :: IO () main = do putStrLn "Interact with me!" putStrLn "Click Run button" putStrLn "Click Reset button" putStrLn "Click Delete button to clear the console"...

Hi, the Makefile has a problem. The target `stamp-build` depends on the file `dependencies`. The target tries to copy all its dependencies via `$^` to dist. But the file `dependencies`...

The vim reporter didn't work properly, because of a missing delimiter between filename an line number. I also changed the used errorformat to %f:%l:%c:%m. Which means filename:line:colum:error message. Regards Dafo