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