1 2 3 4 5 6 7 8
module Main where import B -- REMOVING THIS OR MOVING THIS OVER "import B" FIXES IT: import C main = return ()