X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FhsSyn%2FHsPat.lhs;h=d4b0e1b37d8ce5d343a4c29adc4e52f2f3a33aa5;hb=29897cfe9c9cf1363b89f4eb177c85329a8ca1e5;hp=842a4f1e51e56bc652ae5ccde6cbc7fb6d23a385;hpb=2eb04ca0f8d0ec72b417cddc60672c696b4a3daa;p=ghc-hetmet.git diff --git a/compiler/hsSyn/HsPat.lhs b/compiler/hsSyn/HsPat.lhs index 842a4f1..d4b0e1b 100644 --- a/compiler/hsSyn/HsPat.lhs +++ b/compiler/hsSyn/HsPat.lhs @@ -5,6 +5,13 @@ \section[PatSyntax]{Abstract Haskell syntax---patterns} \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 HsPat ( Pat(..), InPat, OutPat, LPat, @@ -28,7 +35,6 @@ import {-# SOURCE #-} HsExpr ( SyntaxExpr ) import HsBinds import HsLit import HsTypes -import HsDoc import BasicTypes -- others: import PprCore ( {- instance OutputableBndr TyVar -} )