packages feed

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

module ExplicitOnlyThis where

import ExplicitA
import ExplicitB

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