X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Futils%2FFastMutInt.lhs;fp=compiler%2Futils%2FFastMutInt.lhs;h=2039ee5df942587863d8b7c944997dbb01d088c9;hb=9da6c613bd5c853266b4d86e973a164c25c2b476;hp=fae79d66be7fa7c74b62d102ed781a071efbb7b3;hpb=02259d94c7a451e1b04e3ef500c533532477c0ac;p=ghc-hetmet.git diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs index fae79d6..2039ee5 100644 --- a/compiler/utils/FastMutInt.lhs +++ b/compiler/utils/FastMutInt.lhs @@ -5,20 +5,11 @@ -- Unboxed mutable Ints \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 FastMutInt( FastMutInt, newFastMutInt, readFastMutInt, writeFastMutInt ) where -#include "HsVersions.h" - #ifdef __GLASGOW_HASKELL__ #include "MachDeps.h"