X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FFastMutInt.lhs;h=2039ee5df942587863d8b7c944997dbb01d088c9;hb=11db0bc8cd2eee13339578ca447c0a2d97f453c3;hp=951cee8202c8f3a84d0cd932817387a6b1a652ec;hpb=ad94d40948668032189ad22a0ad741ac1f645f50;p=ghc-hetmet.git diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs index 951cee8..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/CodingStyle#Warnings --- for details - module FastMutInt( FastMutInt, newFastMutInt, readFastMutInt, writeFastMutInt ) where -#include "HsVersions.h" - #ifdef __GLASGOW_HASKELL__ #include "MachDeps.h"