fix haddock submodule pointer
[ghc-hetmet.git] / compiler / typecheck / TcAnnotations.lhs
index 17ebbb1..1d495c0 100644 (file)
@@ -20,8 +20,6 @@ import TcExpr
 import {-# SOURCE #-} TcSplice ( runAnnotation )
 import FastString
 #endif
-
-import Control.Monad
 \end{code}
 
 \begin{code}
@@ -48,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