packages feed

fay-0.2.0.0: tests/5.hs

main = print (2 * 4 / 2)

print :: Foreign a => a -> Fay ()
print = foreignFay "console.log" FayNone