X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FbasicTypes%2FSrcLoc.lhs;h=ab1c2d49ddbf0a42c78233a2d317ba82d871b826;hp=9e84c642ac026799d5e5b5d281b6160cea900892;hb=ad94d40948668032189ad22a0ad741ac1f645f50;hpb=c5ff473955ffc2c1e4de76ae3d6eb2a37f785001 diff --git a/compiler/basicTypes/SrcLoc.lhs b/compiler/basicTypes/SrcLoc.lhs index 9e84c64..ab1c2d4 100644 --- a/compiler/basicTypes/SrcLoc.lhs +++ b/compiler/basicTypes/SrcLoc.lhs @@ -3,6 +3,13 @@ % \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/CodingStyle#Warnings +-- for details + module SrcLoc ( SrcLoc, -- Abstract