debug needs -fglasgow-exts too.
authorMatt McCutchen <matt@mattmccutchen.net>
Fri, 11 Jul 2008 03:29:31 +0000 (23:29 -0400)
committerMatt McCutchen <matt@mattmccutchen.net>
Fri, 11 Jul 2008 03:29:31 +0000 (23:29 -0400)
program/debug

index 7742e85..3668570 100755 (executable)
@@ -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 "$@"