Super-monster patch implementing the new typechecker -- at last
[ghc-hetmet.git] / compiler / typecheck / TcAnnotations.lhs
index 186e93f..1d495c0 100644 (file)
@@ -46,6 +46,6 @@ annProvenanceToTarget mod ModuleAnnProvenance       = ModuleTarget mod
 
 annCtxt :: OutputableBndr id => LAnnDecl id -> SDoc
 annCtxt ann
-  = hang (ptext (sLit "In the annotation:")) 4 (ppr ann)
+  = hang (ptext (sLit "In the annotation:")) 2 (ppr ann)
 #endif
 \end{code}
\ No newline at end of file