Evidently ghci needs -cpp even if all the modules are already compiled.
[match/match.git] / program / run
index 7fd903d..ab7d9d2 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
-make && exec ghci Test "$@"
+make && exec ghci -cpp Test "$@"