X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FFastMutInt.lhs;h=2039ee5df942587863d8b7c944997dbb01d088c9;hb=9f4823a4807bada2e95bab6cbb058f29cbec2013;hp=cadc403e0aa36e09a1dd6ec58600d8b9f4161350;hpb=17b297d97d327620ed6bfab942f8992b2446f1bf;p=ghc-hetmet.git diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs index cadc403..2039ee5 100644 --- a/compiler/utils/FastMutInt.lhs +++ b/compiler/utils/FastMutInt.lhs @@ -5,20 +5,11 @@ -- Unboxed mutable Ints \begin{code} -{-# OPTIONS_GHC -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/WorkingConventions#Warnings --- for details - module FastMutInt( FastMutInt, newFastMutInt, readFastMutInt, writeFastMutInt ) where -#include "HsVersions.h" - #ifdef __GLASGOW_HASKELL__ #include "MachDeps.h"