X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FGraphColor.hs;h=8e7989dc8cd25dad20af42700c4d751aa3bfde0e;hb=11db0bc8cd2eee13339578ca447c0a2d97f453c3;hp=66eb0a1d468eb4f64a33ce899b70b1791dbdfa99;hpb=fff4dee0483eda0b675057f8259a161ff16467f4;p=ghc-hetmet.git diff --git a/compiler/utils/GraphColor.hs b/compiler/utils/GraphColor.hs index 66eb0a1..8e7989d 100644 --- a/compiler/utils/GraphColor.hs +++ b/compiler/utils/GraphColor.hs @@ -1,9 +1,9 @@ +{-# OPTIONS -fno-warn-missing-signatures #-} -- | Graph Coloring. -- This is a generic graph coloring library, abstracted over the type of -- the node keys, nodes and colors. -- -{-# OPTIONS -fno-warn-missing-signatures #-} module GraphColor ( module GraphBase,