packages feed

fay-0.4.0.4: tests/5.hs

main = print (2 * 4 / 2)

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