#!/bin/bash # Let ghci see only the source so it loads the modules debuggably. exec ghci -cpp -fglasgow-exts -hisuf D.hi -osuf D.o Test "$@"