[project @ 1998-08-26 13:05:21 by simonm]
authorsimonm <unknown>
Wed, 26 Aug 1998 13:05:21 +0000 (13:05 +0000)
committersimonm <unknown>
Wed, 26 Aug 1998 13:05:21 +0000 (13:05 +0000)
expand slightly.

ghc/docs/users_guide/3-03-notes.vsgml

index 1a9c0d4..c111d5a 100644 (file)
@@ -12,6 +12,17 @@ Changes made since 3.02:
 
 <item> Add Sven Panne's Haskell GetOpt library (in <tt/-syslib misc/).
 
-</itemize>
+<item> Add Dynamic library.
+
+<item> Add foreign export/import constructs.
+
+<item> Rewritten I/O system.
 
+<item> Add MD5 library.
 
+<item> Add socket option support to the socket library.
+
+<item> Add Int64 and Word64 data types (available from the Int and
+       Word libraries respectively).
+
+</itemize>