6ede1beb39d889bd98b6b6eb0ed88a99ebfdebde
[match/match.git] / debug
1 #!/bin/bash
2 # Let ghci see only the source so it loads the modules debuggably.
3 mkdir -p debugdir
4 (cd debugdir && ln -fs ../*.hs .)
5 exec ghci -i -idebugdir Test