#! /bin/sh

IDLDIR=~/repos/yc2js/W3C
ln -sf $IDLDIR w3c
rm -rf Foreign
idlconv -I $IDLDIR all.idl > idl.hs_nosplit &&
modsplit idl.hs_nosplit &&
runghc -- -fglasgow-exts -i`jsmw-lib` ColorSquare.hs

