module Main where import qualified Lib (someFunc) main :: IO () main = do Lib.someFunc