packages feed

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

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