module Lib ( someFunc ) where import qualified Data.Text as T someFunc :: IO () someFunc = putStrLn "someFunc"