packages feed

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

baz :: Int -> Int
baz x = foo + 10
    where
        foo = 20