X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2F6.6-notes.xml;h=54b5ee1d85b6987cd18e5561e06c42be637d56b0;hb=c61001a6d252f2f260c271de30d76e64e4626c4f;hp=55065dcc1dac210139c58e9b16959ff4f832b359;hpb=f3c9971d79f573293842ac1c3b50a2f6f7a1e283;p=ghc-hetmet.git diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index 55065dc..54b5ee1 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -62,6 +62,11 @@ ignored in comments, so ASCII code with comments in, for example, Latin-1 will also work. + + + A way to have Latin-1 source files pre-processed by GHC is + described in . + @@ -166,7 +171,6 @@ , , , - , , , , @@ -430,7 +434,7 @@ - Version number 2.0 (was 1.0). + Version number 2.1 (was 1.0). @@ -531,8 +535,9 @@ GHC.Exts now provides a function - lazy which forces GHC to think that its - argument is lazy in its first argument. + lazy, where lazy f + behaves like f, except GHC is forced + to believe that it is lazy in its first argument. For more details, see . @@ -1000,7 +1005,7 @@ - Version number 2.0 (was 1.0). + Version number 2.1 (was 1.0). @@ -1106,7 +1111,7 @@ - Version number 2.0 (was 1.0). + Version number 2.1 (was 1.0).