a couple of additions
[ghc-hetmet.git] / docs / users_guide / 6.6-notes.xml
1 Compiler:
2 - SMP support
3 - GHC API
4 - better GC for IORef/IOArray and lots of threads
5 - loosen rules on instance decls
6 - impredicative types
7 - completion in GHCi
8 - UTF-8 source files
9 - bang patterns
10 - :main
11 - breakpoints
12 - -split-objs now works with --make and Cabal
13 - relaxed dependency analysis (with -fglasgow-exts)
14
15 Libraries:
16 - Data.ByteString
17 - hslibs removed
18
19 Internals/Source tree:
20 - NCG handles loops
21 - unknown calls take args in registers, if available
22 - x86_64: more argument regs
23 - refactored HscMain
24 - darcs
25 - source tree flattened