packages feed

HaRe-0.8.0.0: test/testdata/Renaming/Main2.hs.expected

-- This is a main module without an explicit module statement.
-- renaming "bar" should succeed, but "main" fail.

main = putStrLn "hello"

baz x = x ^ 2