- Add the notes Samir emailed me on 2008-07-06.
[match/match.git] / program / debug
CommitLineData
d7d9561e
MM
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 .)
e5c28398 5exec ghci -i -idebugdir Test "$@"