X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/5dcb8125788c498643b2da688fd522816d13dc85..2ed0056edb5a7ce3c37db76b9dcab56a00bb83d1:/program/debug diff --git a/program/debug b/program/debug index 3668570..32e8157 100755 --- a/program/debug +++ b/program/debug @@ -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 "$@"