module Main where import MyLib (someFunc) main :: IO () main = putStrLn "Hello, Haskell!"