[commit: base] master: export the constructors of ForeignPtrContents too (9f08648)
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.libraries |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master http://hackage.haskell.org/trac/ghc/changeset/9f08648aad598f0826eb0d99b3cf0ed2016825e4 >--------------------------------------------------------------- commit 9f08648aad598f0826eb0d99b3cf0ed2016825e4 Author: Simon Marlow <[email protected]> Date: Wed Jul 11 09:46:50 2012 +0100 export the constructors of ForeignPtrContents too >--------------------------------------------------------------- GHC/ForeignPtr.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/GHC/ForeignPtr.hs b/GHC/ForeignPtr.hs index 0efd8b8..5711484 100644 --- a/GHC/ForeignPtr.hs +++ b/GHC/ForeignPtr.hs @@ -26,7 +26,7 @@ module GHC.ForeignPtr ( ForeignPtr(..), - ForeignPtrContents, + ForeignPtrContents(..), FinalizerPtr, FinalizerEnvPtr, newForeignPtr_,