Add compatibility gorp for GHC 6.6.1.
[match/match.git] / program / debug
index 32e8157..f25ff9d 100755 (executable)
@@ -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 "$@"