packages feed

haskell-language-server-2.7.0.0: plugins/hls-explicit-imports-plugin/test/testdata/ExplicitOnlyThis.expected.hs

module ExplicitOnlyThis where

import ExplicitA ( a1 )
import ExplicitB

main :: IO ()
main = putStrLn $ "hello " ++ a1 ++ b1