X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2F6.6-notes.xml;h=a04b99e4c0c8b7cfbd48df777d77dd46d4c19895;hb=26f164e5759e9eca73deb0531ddec422d36a6924;hp=1e2dd68465e927474900b05cb369a05a2e3678ac;hpb=ea283aa74e6fd2bec2b88eae19908bba903adea1;p=ghc-hetmet.git diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index 1e2dd68..a04b99e 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -11,7 +11,7 @@ when you compile with , you now get an RTS flag that allows you to specify the number of OS threads that GHC should use. Defaults to 1. - See and and . @@ -41,7 +41,7 @@ f (x, y) | x `seq` False = undefined | otherwise = [x,y] - See for more details. + See for more details. @@ -132,7 +132,7 @@ The following flags (and, where appropriate, their inverses) used to be static (can only be given on the command line) but are now dynamic (can also be given in - a GHC_OPTIONS pragma or with + an OPTIONS_GHC pragma or with :set in GHCi): , , @@ -171,7 +171,6 @@ , , , - , , , , @@ -435,7 +434,7 @@ - Version number 2.0 (was 1.0). + Version number 2.1 (was 1.0). @@ -1006,7 +1005,7 @@ - Version number 2.0 (was 1.0). + Version number 2.1 (was 1.0). @@ -1112,7 +1111,7 @@ - Version number 2.0 (was 1.0). + Version number 2.1 (was 1.0). @@ -1267,6 +1266,14 @@ network package. + + + The Network.CGI.Compat module provides + a similar interface to the old Network.CGI + module, but it uses Text.XHtml rather than + Text.Html. + + @@ -1673,7 +1680,7 @@ An introduction to using the library can be found - on the wiki. + on the wiki.