1 2 3 4 5
{-# LANGUAGE ImportQualifiedPost #-} -- The span of the import decl should include the 'qualified' keyword. import Prelude qualified main = Prelude.undefined