[changed setting small improvements in output 8unqual and reporting result)
martin.hofmann@uni-bamberg.de**20090618030643] hunk ./src/Logging/PrettyPrinter.hs 75
-    qualifiers    = ["Data.Either.", "Data.Maybe.","GHC.Bool.","GHC.Types."]
+    qualifiers    = ["Data.Either.","Data.Maybe.","GHC.Bool."
+                    ,"GHC.Base.","GHC.Types."]
hunk ./src/UI/UIStarter.hs 80
-    , simplify  = True
+    , simplify  = False
hunk ./src/UI/UIStarter.hs 328
-                        indent 13 (fill 12 (pretty n) <+>text "in" <+> int i) <+> d
+                        indent 13 (fill 12 (pretty n) <+>text "in" <+> int (i-1)) <+> d
+