X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=blobdiff_plain;f=Foreign%2FMarshal%2FArray.hs;h=002afed62c1696455d3321ec0349a361a445579a;hp=0cd959d95156ab9ee332da0ed5e5dae39adac8ae;hb=d539a9457e2c79a9f13744d073d3f253ea2fb33e;hpb=83819904a18aa04e78ad1476a1640cce8388f470 diff --git a/Foreign/Marshal/Array.hs b/Foreign/Marshal/Array.hs index 0cd959d..002afed 100644 --- a/Foreign/Marshal/Array.hs +++ b/Foreign/Marshal/Array.hs @@ -62,7 +62,7 @@ module Foreign.Marshal.Array ( import Control.Monad import Foreign.Ptr (Ptr, plusPtr) import Foreign.Storable (Storable(sizeOf,peekElemOff,pokeElemOff)) -import Foreign.Marshal.Alloc (alloca, mallocBytes, allocaBytes, reallocBytes) +import Foreign.Marshal.Alloc (mallocBytes, allocaBytes, reallocBytes) import Foreign.Marshal.Utils (copyBytes, moveBytes) #ifdef __GLASGOW_HASKELL__