packages feed

MicroHs-0.8: tests/Hello.hs

module Hello(main) where
import Prelude

main :: IO ()
main = putStrLn "hello, world\n"