packages feed

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

import           Foo hiding (foo)

foo :: Int -> Int
foo x = 0