[project @ 2002-07-15 16:02:11 by simonmar]
[ghc-base.git] / Foreign / StablePtr.hs
index 9b1bb9b..17c219e 100644 (file)
@@ -3,7 +3,7 @@
 -- |
 -- Module      :  Foreign.StablePtr
 -- Copyright   :  (c) The University of Glasgow 2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  ffi@haskell.org
 -- Stability   :  provisional
@@ -17,7 +17,7 @@
 
 module Foreign.StablePtr
         ( -- * Stable references to Haskell values
-         StablePtr,         -- abstract
+         StablePtr          -- abstract
         , newStablePtr       -- :: a -> IO (StablePtr a)
         , deRefStablePtr     -- :: StablePtr a -> IO a
         , freeStablePtr      -- :: StablePtr a -> IO ()