X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FIOEnv.hs;h=30cc28b42ff5adff0cd0fa142d5401855387f396;hb=9259deb86455a17c05ea7ba982f7d400ac69e3f6;hp=c72347eaab7d0cd0c1451400c3b1a453b705f692;hpb=aba08f650f66a7979b7d8e513f8630663f33f4fb;p=ghc-hetmet.git diff --git a/compiler/utils/IOEnv.hs b/compiler/utils/IOEnv.hs index c72347e..30cc28b 100644 --- a/compiler/utils/IOEnv.hs +++ b/compiler/utils/IOEnv.hs @@ -4,6 +4,13 @@ -- The IO Monad with an environment -- +{-# 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 IOEnv ( IOEnv, -- Instance of Monad