[Haskell-cafe] EDSL for Makefile

C K Kashyap ckkashyap at gmail.com
Sun Oct 3 10:59:25 EDT 2010


Thanks Neil,

> main = do
>  want ["file1"]
>  "file1" *> \x -> do
>    need ["file2"]
>    putStrLn "Hello"
>    putStrLn "World"

What if I want to mention "file1" only once?

-- 
Regards,
Kashyap


More information about the Haskell-Cafe mailing list