X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/08532bcc65c3e99738cddecdd86e1a7904100119..bc14b3b3a9345cb74bc7d8f3808a1d8cdd0bf479:/program/debug diff --git a/program/debug b/program/debug index 3668570..f25ff9d 100755 --- a/program/debug +++ b/program/debug @@ -1,5 +1,3 @@ #!/bin/bash # Let ghci see only the source so it loads the modules debuggably. -mkdir -p debugdir -(cd debugdir && ln -fs ../*.hs .) -exec ghci -fglasgow-exts -i -idebugdir Test "$@" +exec ghci -cpp -fglasgow-exts -hisuf D.hi -osuf D.o Test "$@"