X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/2ed0056edb5a7ce3c37db76b9dcab56a00bb83d1..35ce78e3b164a71da6177f0577b598a12198d237:/program/debug diff --git a/program/debug b/program/debug index 32e8157..f25ff9d 100755 --- a/program/debug +++ b/program/debug @@ -1,3 +1,3 @@ #!/bin/bash # Let ghci see only the source so it loads the modules debuggably. -exec ghci -fglasgow-exts -hisuf D.hi -osuf D.o Test "$@" +exec ghci -cpp -fglasgow-exts -hisuf D.hi -osuf D.o Test "$@"