- Add the notes Samir emailed me on 2008-07-06.
[match/match.git] / program / 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 "$@"