packages feed

fay-0.5.0.0: tests/26.hs

main = print (5 * 3 / 2)

print :: Double -> Fay ()
print = ffi "console.log(%1)"