[commit: base] master: Update a H98 reference to H2010 (25b6fea)
Ian Lynagh <[email protected]> Sat, 17 Nov 2012 15:15:23 -0800
| 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/25b6fea07a54e4d16b4c954844f29763bc7f81ea >--------------------------------------------------------------- commit 25b6fea07a54e4d16b4c954844f29763bc7f81ea Author: Ian Lynagh <[email protected]> Date: Sat Nov 17 22:01:32 2012 +0000 Update a H98 reference to H2010 >--------------------------------------------------------------- Foreign/Marshal/Pool.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Foreign/Marshal/Pool.hs b/Foreign/Marshal/Pool.hs index ccb0f41..5187d75 100644 --- a/Foreign/Marshal/Pool.hs +++ b/Foreign/Marshal/Pool.hs @@ -73,7 +73,7 @@ import Foreign.Storable ( Storable(sizeOf, poke) ) -------------------------------------------------------------------------------- --- To avoid non-H98 stuff like existentially quantified data constructors, we +-- To avoid non-H2010 stuff like existentially quantified data constructors, we -- simply use pointers to () below. Not very nice, but... -- | A memory pool.