[commit: packages/base] ghc-7.8: Document Foreign.ForeignPtr (#8475) (4ab9ecc)

git at git.haskell.org git at git.haskell.org
Tue Jun 3 13:46:34 UTC 2014


Repository : ssh://git@git.haskell.org/base

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/4ab9ecc7cfc5d5e08fd9e2df6a9b508b29a4d9c4/base

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

commit 4ab9ecc7cfc5d5e08fd9e2df6a9b508b29a4d9c4
Author: Austin Seipp <austin at well-typed.com>
Date:   Tue Jun 3 07:26:47 2014 -0500

    Document Foreign.ForeignPtr (#8475)
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

4ab9ecc7cfc5d5e08fd9e2df6a9b508b29a4d9c4
 Foreign/ForeignPtr.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Foreign/ForeignPtr.hs b/Foreign/ForeignPtr.hs
index 0017c0e..2e9b9ec 100644
--- a/Foreign/ForeignPtr.hs
+++ b/Foreign/ForeignPtr.hs
@@ -1,6 +1,5 @@
 {-# LANGUAGE Unsafe #-}
 {-# LANGUAGE NoImplicitPrelude #-}
-{-# OPTIONS_HADDOCK hide #-}
 
 -----------------------------------------------------------------------------
 -- |



More information about the ghc-commits mailing list