- ./debug and ./run now pass along arguments.
[match/match.git] / debug
... / ...
CommitLineData
1#!/bin/bash
2# Let ghci see only the source so it loads the modules debuggably.
3mkdir -p debugdir
4(cd debugdir && ln -fs ../*.hs .)
5exec ghci -i -idebugdir Test "$@"