From: Ian Lynagh Date: Sat, 11 Sep 2010 19:28:37 +0000 (+0000) Subject: 6.14 -> 7.0 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=05e0eac7ced255a7bcc2904ca8499b26275be8d0 6.14 -> 7.0 --- diff --git a/docs/users_guide/6.14.1-notes.xml b/docs/users_guide/7.0.1-notes.xml similarity index 99% rename from docs/users_guide/6.14.1-notes.xml rename to docs/users_guide/7.0.1-notes.xml index 3e4b399..bcb5663 100644 --- a/docs/users_guide/6.14.1-notes.xml +++ b/docs/users_guide/7.0.1-notes.xml @@ -1,6 +1,6 @@ - - Release notes for version 6.14.1 + + Release notes for version 7.0.1 The significant changes to the various parts of the compiler are @@ -76,7 +76,7 @@ $ ghci -package haskell2010 -hide-package base -hide-package array at least version 2 (preferably version 3). The implementation of Strategies in parallel-1.x will lose parallelism - with GHC 6.14.1. + with GHC 7.0.1. diff --git a/docs/users_guide/ug-ent.xml.in b/docs/users_guide/ug-ent.xml.in index 47d2f77..040c252 100644 --- a/docs/users_guide/ug-ent.xml.in +++ b/docs/users_guide/ug-ent.xml.in @@ -3,7 +3,7 @@ - + diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 7e9b3a4..cb1fb65 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -1123,7 +1123,7 @@ foreign import "&f" f :: FunPtr t is bound in a way that looks lazy, e.g. where (I# x) = .... Use where !(I# x) = ... instead. This will be an - error, rather than a warning, in GHC 6.14. + error, rather than a warning, in GHC 7.0. @@ -2174,7 +2174,7 @@ f "2" = 2 : - (x86 only, added in GHC 6.14.1) Use the SSE2 registers and + (x86 only, added in GHC 7.0.1) Use the SSE2 registers and instruction set to implement floating point operations when using the native code generator. This gives a substantial performance improvement for floating point,