hls-explicit-imports-plugin-2.1.0.0: test/testdata/ExplicitExported.hs
module ExplicitExported (module ExplicitA) where import ExplicitA main :: IO () main = putStrLn $ "hello " ++ a1
module ExplicitExported (module ExplicitA) where import ExplicitA main :: IO () main = putStrLn $ "hello " ++ a1