If USE_NEW_MKDEPEND_FLAGS is YES then don't use the deprecated -optdep flags
[ghc-hetmet.git] / bindisttest / HelloWorld.hs
1
2 module Main (main) where
3
4 main :: IO ()
5 main = putStr "Hello world!"