From aba70f50c70db6bbf87324de34445509e54fcd51 Mon Sep 17 00:00:00 2001 From: simonm Date: Wed, 26 Aug 1998 13:05:21 +0000 Subject: [PATCH] [project @ 1998-08-26 13:05:21 by simonm] expand slightly. --- ghc/docs/users_guide/3-03-notes.vsgml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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). + + -- 1.7.10.4