X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FhsSyn%2FHsDoc.hs;h=0665e9d8b6e5239a31661c3afbbe6df87a63b897;hb=e86da1bb671f77ec08d400a2a6569b6ee7a805ef;hp=51ef579a7588233650eeddae10820ae686bdcd04;hpb=190f24892156953d73b55401d0467a6f1a88ce5d;p=ghc-hetmet.git diff --git a/compiler/hsSyn/HsDoc.hs b/compiler/hsSyn/HsDoc.hs index 51ef579..0665e9d 100644 --- a/compiler/hsSyn/HsDoc.hs +++ b/compiler/hsSyn/HsDoc.hs @@ -1,3 +1,10 @@ +{-# 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 HsDoc ( HsDoc(..), LHsDoc, @@ -8,7 +15,6 @@ module HsDoc ( #include "HsVersions.h" -import RdrName import Outputable import SrcLoc