[commit: haskell2010] master: Follow changes in base (c54b04f)

Ian Lynagh igloo at earth.li
Sat Feb 16 18:23:30 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskell2010

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/c54b04f7c3ae16cafb7ddc2b357b9ed6c8b593b7

>---------------------------------------------------------------

commit c54b04f7c3ae16cafb7ddc2b357b9ed6c8b593b7
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sat Feb 16 13:31:23 2013 +0000

    Follow changes in base

>---------------------------------------------------------------

 Foreign/ForeignPtr.hs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Foreign/ForeignPtr.hs b/Foreign/ForeignPtr.hs
index 7865855..5a49bca 100644
--- a/Foreign/ForeignPtr.hs
+++ b/Foreign/ForeignPtr.hs
@@ -27,6 +27,7 @@ module Foreign.ForeignPtr (
 
 import qualified "base" Foreign.ForeignPtr as Base
 import "base" Foreign.ForeignPtr hiding (mallocForeignPtr, touchForeignPtr)
+import "base" Foreign.ForeignPtr.Unsafe
 import "base" Foreign (Storable)
 
 -- SDM: local copy of the docs for mallocForeignPtr, to omit the





More information about the ghc-commits mailing list