Fix Haddock errors.
authorThomas Schilling <nominolo@googlemail.com>
Sun, 20 Jul 2008 17:31:05 +0000 (17:31 +0000)
committerThomas Schilling <nominolo@googlemail.com>
Sun, 20 Jul 2008 17:31:05 +0000 (17:31 +0000)
compiler/utils/GraphPpr.hs
compiler/utils/Panic.lhs

index 1df5158..8149b2a 100644 (file)
@@ -58,9 +58,9 @@ dumpNode node
 dotGraph 
        :: ( Uniquable k
           , Outputable k, Outputable cls, Outputable color)
-       => (color -> SDoc)              -- | What graphviz color to use for each node color
-                                       --      It's usually safe to return X11 style colors here,
-                                       --      ie "red", "green" etc or a hex triplet #aaff55 etc
+       => (color -> SDoc)  -- ^ What graphviz color to use for each node color
+                           --  It's usually safe to return X11 style colors here,
+                           --  ie "red", "green" etc or a hex triplet #aaff55 etc
        -> Triv k cls color
        -> Graph k cls color -> SDoc
 
index b8ab86a..97648b7 100644 (file)
@@ -168,7 +168,7 @@ tryUser action = tryJust tc_errors action
   where 
        tc_errors e@(Exception.IOException ioe) | isUserError ioe = Just e
        tc_errors _other = Nothing
-\end{code}     
+\end{code}
 
 Standard signal handlers for catching ^C, which just throw an
 exception in the target thread.  The current target thread is