cvs commit: fptools/hslibs/lang Bits.hs CError.hs CForeign.hs CString.hs CTypes.hs ForeignPtr.hs Int.hs MarshalAlloc.hs MarshalArray.hs MarshalError.hs MarshalUtils.hs Ptr.hs StablePtr.hs Storable.hs Word.hs fptools/libraries/haskell98 ...
Simon Marlow <[email protected]> Wed, 28 Aug 2002 07:06:32 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.hslibs |
|---|---|
| Message-ID | <[email protected]> |
simonmar 2002/08/28 07:06:32 PDT
Added files:
libraries/haskell98 Bits.hs CError.hs CForeign.hs CString.hs
CTypes.hs ForeignPtr.hs Int.hs
MarshalAlloc.hs MarshalArray.hs
MarshalError.hs MarshalUtils.hs Ptr.hs
StablePtr.hs Storable.hs Word.hs
Removed files:
hslibs/lang Bits.hs CError.hs CForeign.hs CString.hs
CTypes.hs ForeignPtr.hs Int.hs
MarshalAlloc.hs MarshalArray.hs
MarshalError.hs MarshalUtils.hs Ptr.hs
StablePtr.hs Storable.hs Word.hs
Log:
The standard FFI libraries now live in the haskell98 package, as they
are defined by a Haskell98 addendum. The lang package is no longer
required to get at these.