HaRe-0.8.0.0: test/testdata/Renaming/QualClient.hs
module Renaming.QualClient where
{- foo is imported qualified as in QualClient. Renaming should
preserve the qualification there
-}
import qualified Renaming.QualServer as QS
baz :: String
baz = QS.foo : "hello"