X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FGraphOps.hs;h=880f3c65cd85983b1261e683309528ff32cdc9f0;hb=43d9be898eadb04950bc0b0b272e0f05aedb463d;hp=a711df9f5051f2113d6106a2a5b964c447199424;hpb=fff4dee0483eda0b675057f8259a161ff16467f4;p=ghc-hetmet.git diff --git a/compiler/utils/GraphOps.hs b/compiler/utils/GraphOps.hs index a711df9..880f3c6 100644 --- a/compiler/utils/GraphOps.hs +++ b/compiler/utils/GraphOps.hs @@ -1,6 +1,6 @@ +{-# OPTIONS -fno-warn-missing-signatures #-} -- | Basic operations on graphs. -- -{-# OPTIONS -fno-warn-missing-signatures #-} module GraphOps ( addNode, delNode, getNode, lookupNode, modNode,