Rename "desirability" to "preference" (much less awkward), with the
[match/match.git] / program / debug
CommitLineData
d7d9561e
MM
1#!/bin/bash
2# Let ghci see only the source so it loads the modules debuggably.
7b8c0e4e 3exec ghci -cpp -fglasgow-exts -hisuf D.hi -osuf D.o Test "$@"