Evidently ghci needs -cpp even if all the modules are already compiled.
[match/match.git] / program / run
1 #!/bin/bash
2 make && exec ghci -cpp Test "$@"