[project @ 1998-11-26 09:17:22 by sof]
[ghc-hetmet.git] / ghc / docs / users_guide / 3-03-notes.vsgml
1 <sect1>Release notes for version~3-03---10/98
2 <label id="release-3-03">
3 <p>
4
5 Changes made since 3.02:
6
7 <itemize>
8
9 <item> Fix bug in FloatIn to do with <tt/idSpecVars/.
10
11 <item> Remove restrictions on superclasses in class declarations.
12
13 <item> Add Sven Panne's Haskell GetOpt library (in <tt/-syslib misc/).
14
15 <item> Added <tt/MD5/ message digest interface to <tt/-syslib misc/.
16
17 <item> Turned off the unfolding of <tt/_casm_/s across modules. Should
18 you need the old behaviour back (v. unlikely), use <tt/-funfold-casms-in-hi-file/.
19
20 <item> Add Dynamic library.
21
22 <item> Add foreign export/import constructs.
23
24 <item> Rewritten I/O system.
25
26 <item> Add socket option support to the socket library.
27
28 <item> Add Int64 and Word64 data types (available from the Int and
29        Word libraries respectively).
30
31 </itemize>