[add -fboxy flag to make it use the new typechecker
John Meacham <john@repetae.net>**20060110002403] hunk ./FlagOpts.flags 2
+
+!Typechecking
+boxy use the new boxy typechecker
hunk ./FrontEnd/FrontEnd.hs 22
+import qualified FlagOpts as FO
hunk ./FrontEnd/FrontEnd.hs 64
-    (ho',tiData) <- FrontEnd.Tc.Module.tiModules' ho ms
+    (ho',tiData) <- if fopts FO.Boxy then FrontEnd.Tc.Module.tiModules' ho ms else TIModule.tiModules' ho ms