- Add code to visualize an instance and matching as a graph (bipartite, rather
[match/match.git] / program / debug
index 3668570..32e8157 100755 (executable)
@@ -1,5 +1,3 @@
 #!/bin/bash
 # Let ghci see only the source so it loads the modules debuggably.
-mkdir -p debugdir
-(cd debugdir && ln -fs ../*.hs .)
-exec ghci -fglasgow-exts -i -idebugdir Test "$@"
+exec ghci -fglasgow-exts -hisuf D.hi -osuf D.o Test "$@"