packages feed

lhc-0.10: tests/bugs/Recursive2.hs

a = b
b = a

main :: IO ()
main = return ()