1 2 3 4 5 6 7 8 9
module Main (main) where import A () import B () import MA () import MB () main :: IO () main = putStrLn "hsboot"