packages feed

ghc-exactprint-0.5.0.0: tests/examples/ghc710/IfThenElse3.hs

-- From http://lpaste.net/81623, courtesy of Albert Y. C. Lai
main = do
  print 3
  if True then do
    print 5
    else print 7