git @ Cat's Eye Technologies Fountain / 2eda54d
Add a FIXME note in the driver script. Chris Pressey 6 months ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1212 elif [ -x $DIR/$NAME.exe ] ; then
1313 exec $DIR/$NAME.exe $*
1414 elif command -v runhaskell 2>&1 >/dev/null ; then
15 # FIXME: there seems to be no way to expose a package here like we do
16 # with `-package mtl` when we compile it. Truly, it's a pity.
1517 exec runhaskell -i$SRC $SRC/Main.hs $*
1618 elif command -v runhugs 2>&1 >/dev/null ; then
1719 exec runhugs -i$SRC $SRC/Main.hs $*