X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FPrelHandle.lhs;h=a51186e3e9a805d5f380339ee1a8ae0c5296dcf9;hb=940841711bb0c30326a5173d8107c2792919641c;hp=e73f5b5aff022fd08fe821859f14e26a63c785b2;hpb=9957de2fa9fc8b2aea8bffb11f0791db86eb06f5;p=ghc-hetmet.git diff --git a/ghc/lib/std/PrelHandle.lhs b/ghc/lib/std/PrelHandle.lhs index e73f5b5..a51186e 100644 --- a/ghc/lib/std/PrelHandle.lhs +++ b/ghc/lib/std/PrelHandle.lhs @@ -14,6 +14,7 @@ which are supported for them. #ifndef __HUGS__ /* Hugs just includes this in PreludeBuiltin so no header needed */ module PrelHandle where +import PrelArr import PrelBase import PrelAddr ( Addr, nullAddr ) import PrelByteArr ( ByteArray(..), MutableByteArray(..) ) @@ -31,7 +32,6 @@ import PrelPack ( packString ) #ifndef __PARALLEL_HASKELL__ import PrelWeak ( addForeignFinalizer ) #endif -import Ix import PrelConc