somewhere to keep track of release notes for 6.6
authorSimon Marlow <simonmar@microsoft.com>
Thu, 18 May 2006 07:44:15 +0000 (07:44 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 18 May 2006 07:44:15 +0000 (07:44 +0000)
docs/users_guide/6.6-notes.xml [new file with mode: 0644]

diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml
new file mode 100644 (file)
index 0000000..d2adfa1
--- /dev/null
@@ -0,0 +1,23 @@
+Compiler:
+- SMP support
+- GHC API
+- better GC for IORef/IOArray and lots of threads
+- loosen rules on instance decls
+- impredicative types
+- completion in GHCi
+- UTF-8 source files
+- bang patterns
+- :main
+- breakpoints
+
+Libraries:
+- Data.ByteString
+- hslibs removed
+
+Internals/Source tree:
+- NCG handles loops
+- unknown calls take args in registers, if available
+- x86_64: more argument regs
+- refactored HscMain
+- darcs
+- source tree flattened