From 08532bcc65c3e99738cddecdd86e1a7904100119 Mon Sep 17 00:00:00 2001 From: Matt McCutchen Date: Thu, 10 Jul 2008 23:29:31 -0400 Subject: [PATCH] debug needs -fglasgow-exts too. --- program/debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- 2.34.1