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