X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FBreakArray.hs;h=4d2c07bba93fff188d8e0c312ab0ae9ba0030358;hp=60d1410cd070467d751271fce4de9883d017e322;hb=edc0bafd3fcd01b85a2e8894e5dfe149eb0e0857;hpb=206b4dec78250efef3cd927d64dc6cbc54a16c3d diff --git a/compiler/main/BreakArray.hs b/compiler/main/BreakArray.hs index 60d1410..4d2c07b 100644 --- a/compiler/main/BreakArray.hs +++ b/compiler/main/BreakArray.hs @@ -11,13 +11,6 @@ -- ----------------------------------------------------------------------------- -{-# 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 BreakArray ( BreakArray #ifdef GHCI @@ -33,8 +26,7 @@ module BreakArray ) where #ifdef GHCI import GHC.Exts -import GHC.IOBase -import GHC.Word +import GHC.IO ( IO(..) ) import Constants data BreakArray = BA (MutableByteArray# RealWorld)