module Main (main) where import qualified MyLib (defaultMain) main :: IO () main = do putStrLn "Hello, Haskell!" MyLib.defaultMain