[commit: base] master: Update a H98 reference to H2010 (25b6fea)

Ian Lynagh igloo at earth.li
Sun Nov 18 00:15:23 CET 2012


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 <ian at well-typed.com>
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.





More information about the Cvs-libraries mailing list