How to import a .hs file in Haskell February 26, 2023 by Tarik Time.hs: module Time where ... script.hs: import Time ... Command line: ghc --make script.hs