Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler / coreSyn / PprCore.lhs
index 992171c..d13fdad 100644 (file)
@@ -6,6 +6,13 @@
 Printing of Core syntax
 
 \begin{code}
+{-# OPTIONS -w #-}
+-- The above warning supression flag is a temporary kludge.
+-- While working on this module you are encouraged to remove it and fix
+-- any warnings in the module. See
+--     http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
+-- for details
+
 module PprCore (
        pprCoreExpr, pprParendExpr,
        pprCoreBinding, pprCoreBindings, pprCoreAlt,
@@ -33,7 +40,6 @@ import BasicTypes
 import Util
 import Outputable
 import FastString
-import Module
 \end{code}
 
 %************************************************************************