packages feed

haskell-language-server-2.7.0.0: plugins/hls-rename-plugin/test/testdata/HiddenFunction.expected.hs

import           Foo hiding (quux)

foo :: Int -> Int
foo x = 0