f25ff9dae97340beec38f0093c0ce26320b79a8f
[match/match.git] / program / debug
1 #!/bin/bash
2 # Let ghci see only the source so it loads the modules debuggably.
3 exec ghci -cpp -fglasgow-exts -hisuf D.hi -osuf D.o Test "$@"