ross        2005/02/02 06:54:20 PST

  Modified files:
    libraries/base/Control/Monad ST.hs 
    libraries/base/Data  STRef.hs Typeable.hs 
    libraries/base/Data/Array Base.hs 
  Log:
  an instance for FunPtr, and minor Hugs fixes:
  
  * for Hugs only, move the instances for ST, STRef and STArray back.
    Having them in Data.Typeable, which is imported by Data.Dynamic,
    would mean that every invocation of runhugs or ffihugs would need
    the -98 option.
  
  * Hugs also has MVar and the exception types.
  
  and NHC has ForeignPtr too.
  
  Revision  Changes    Path
  1.19      +1 -0      fptools/libraries/base/Control/Monad/ST.hs
  1.14      +4 -0      fptools/libraries/base/Data/STRef.hs
  1.34      +20 -21    fptools/libraries/base/Data/Typeable.hs
  1.24      +4 -0      fptools/libraries/base/Data/Array/Base.hs
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to