X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/affb6e6a27325110e9f65c16506779eacf8c6c36..5a07db44406bad03321a90b0814cc4496c6b7d63:/program/debug diff --git a/program/debug b/program/debug index 7742e85..3668570 100755 --- a/program/debug +++ b/program/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 -fglasgow-exts -i -idebugdir Test "$@"