packages feed

hls-rename-plugin-1.0.0.0: test/testdata/ImportHiding.hs

import Foo hiding (foo)

foo :: Int -> Int
foo _ = 5