Add conflicts of interest to the InstanceGenerator and make some other cleanups.
[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 "$@"