Remove very dead Java backend code.
[ghc-hetmet.git] / compiler / utils / GraphPpr.hs
index 0e82b31..8149b2a 100644 (file)
@@ -12,7 +12,7 @@ import GraphBase
 import Outputable
 import Unique
 import UniqSet
-import LazyUniqFM
+import UniqFM
 
 import Data.List
 import Data.Maybe
@@ -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