haskell-language-server-2.7.0.0: plugins/hls-explicit-imports-plugin/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