module Main where import Lib main :: IO () main = do putStrLn "we will call some func from Main now" someFunc