reflex-ghci-0.2.0.0: tests/lib-pkg-name/src/MyLib.hs
module MyLib (someFunc) where import MyLib.One import MyLib.Two import MyLib.Three someFunc :: IO () someFunc = putStrLn "someFunc"
module MyLib (someFunc) where import MyLib.One import MyLib.Two import MyLib.Three someFunc :: IO () someFunc = putStrLn "someFunc"