- Add the notes Samir emailed me on 2008-07-06.
[match/match.git] / debug
diff --git a/debug b/debug
deleted file mode 100755 (executable)
index 7742e85..0000000
--- a/debug
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-# Let ghci see only the source so it loads the modules debuggably.
-mkdir -p debugdir
-(cd debugdir && ln -fs ../*.hs .)
-exec ghci -i -idebugdir Test "$@"