X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2F6.6-notes.xml;fp=docs%2Fusers_guide%2F6.6-notes.xml;h=112b2c76e04e41d578b433aa66d1c0774ac69785;hb=477e32528fc08ae74b02516301eaf333a95dfe71;hp=6582935914479e7fa2c16a46bf4311240eb1578d;hpb=f416411e20d042bbec7946cd71ccefa7483e42a7;p=ghc-hetmet.git diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index 6582935..112b2c7 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -28,7 +28,7 @@ GHC now handles impredicative polymorphism and there are changes to the way scoped type variables work; see Simon's e-mail - for more details. + for more details of the change, or for the documentation. @@ -41,6 +41,7 @@ f (x, y) | x `seq` False = undefined | otherwise = [x,y] + See for more details. @@ -96,6 +97,8 @@ performance when a lot of memory is taken up by STArrays, IOArrays, STRefs or IORefs. + For more details see + trac bug #650. @@ -296,7 +299,8 @@ It is now possible, with the -I RTS flag, to control the amount of idle time that happens before a major - GC is performed. + GC is performed. There is more detail in + . @@ -307,8 +311,10 @@ - The flag can now be used with - , and hence can be used by cabal. + The flag, which makes libraries + smaller, can now be used with and hence + can be used by cabal. + See for more information. @@ -319,6 +325,12 @@ Template Haskell. + + + Parallel arrays, as enabled by -fparr, no + longer work. + +