X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FMarshal%2FAlloc.hs;h=5c86155d58d522d0682c7a214b5e29bed18eb2b0;hb=1fc945f3ff888665d92152963dba851726c6d529;hp=bbc2b98ef20c5bd7db86efad9bd259b5a5561849;hpb=af97ffa5afc916cbe7fde22de3e2738458d85629;p=ghc-base.git diff --git a/Foreign/Marshal/Alloc.hs b/Foreign/Marshal/Alloc.hs index bbc2b98..5c86155 100644 --- a/Foreign/Marshal/Alloc.hs +++ b/Foreign/Marshal/Alloc.hs @@ -68,7 +68,6 @@ import GHC.Real import GHC.Ptr import GHC.Err import GHC.Base -import GHC.Num #elif defined(__NHC__) import NHC.FFI ( FinalizerPtr, CInt(..) ) import IO ( bracket )