From: simonm Date: Wed, 26 Aug 1998 13:05:21 +0000 (+0000) Subject: [project @ 1998-08-26 13:05:21 by simonm] X-Git-Tag: Approx_2487_patches~281 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=aba70f50c70db6bbf87324de34445509e54fcd51;p=ghc-hetmet.git [project @ 1998-08-26 13:05:21 by simonm] expand slightly. --- diff --git a/ghc/docs/users_guide/3-03-notes.vsgml b/ghc/docs/users_guide/3-03-notes.vsgml index 1a9c0d4..c111d5a 100644 --- a/ghc/docs/users_guide/3-03-notes.vsgml +++ b/ghc/docs/users_guide/3-03-notes.vsgml @@ -12,6 +12,17 @@ Changes made since 3.02: Add Sven Panne's Haskell GetOpt library (in + Add Dynamic library. + + Add foreign export/import constructs. + + Rewritten I/O system. + Add MD5 library. + Add socket option support to the socket library. + + Add Int64 and Word64 data types (available from the Int and + Word libraries respectively). + +