X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcAnnotations.lhs;h=1d495c0eec36db323822032d896a0274a3be0888;hp=186e93f095ecc72754b0e5e6ebedc47523f171db;hb=HEAD;hpb=d436c70d43fb905c63220040168295e473f4b90a diff --git a/compiler/typecheck/TcAnnotations.lhs b/compiler/typecheck/TcAnnotations.lhs index 186e93f..1d495c0 100644 --- a/compiler/typecheck/TcAnnotations.lhs +++ b/compiler/typecheck/TcAnnotations.lhs @@ -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