Move OPTIONS pragmas above comments
[ghc-hetmet.git] / compiler / utils / GraphColor.hs
index 66eb0a1..8e7989d 100644 (file)
@@ -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,