debug needs -fglasgow-exts too.
[match/match.git] / program / debug
CommitLineData
d7d9561e
MM
1#!/bin/bash
2# Let ghci see only the source so it loads the modules debuggably.
3mkdir -p debugdir
4(cd debugdir && ln -fs ../*.hs .)
08532bcc 5exec ghci -fglasgow-exts -i -idebugdir Test "$@"