X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/affb6e6a27325110e9f65c16506779eacf8c6c36..7b8c0e4e53d51ee1d3207493738ee9a36e7181d8:/program/debug diff --git a/program/debug b/program/debug index 7742e85..f25ff9d 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 -i -idebugdir Test "$@" +exec ghci -cpp -fglasgow-exts -hisuf D.hi -osuf D.o Test "$@"