cvs commit: fptools/libraries/base/Control/Monad ST.hs
fptools/libraries/base/Data
STRef.hs Typeable.hs fptools/libraries/base/Data/Array Base.hs
Ross Paterson
ross at haskell.org
Wed Feb 2 09:54:20 EST 2005
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
More information about the Cvs-libraries
mailing list