Hello, World! in Haskell

Example for versions GHC 6.10.4
module Main where

main = do
    putStrLn "Hello, World!"