Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler / utils / Binary.hs
index 6941370..8fdc21a 100644 (file)
 -- where you can obtain the original version of the Binary library, namely
 --     http://www.cs.york.ac.uk/fp/nhc98/
 
+{-# 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 Binary
   ( {-type-}  Bin,
     {-class-} Binary(..),