- ./debug and ./run now pass along arguments.
[match/match.git] / debug
diff --git a/debug b/debug
index 6ede1be..7742e85 100755 (executable)
--- a/debug
+++ b/debug
@@ -2,4 +2,4 @@
 # 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
+exec ghci -i -idebugdir Test "$@"