X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Fusing.xml;h=8cbcd35fca6cb6f6dcf01dbb8865bcaa9dc42ea1;hb=c6b2930d3f7d91217a634bd592d184e383598e67;hp=761d6cff6a7f8eb5733f68afd9eb35928b1e31e9;hpb=8e26abeefde8ee20acfe269aff9349164774d2a9;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/using.xml b/ghc/docs/users_guide/using.xml index 761d6cf..8cbcd35 100644 --- a/ghc/docs/users_guide/using.xml +++ b/ghc/docs/users_guide/using.xml @@ -153,19 +153,19 @@ module X where - - .lhs - lhs suffix - + .hs - A “literate Haskell” module. + A Haskell module. - .hs + + .lhs + lhs suffix + - A not-so-literate Haskell module. + A “literate Haskell” module. @@ -368,7 +368,7 @@ ghc ––make Main.hs file. - You don't have to write aMakefile. + You don't have to write a Makefile. Makefilesavoiding @@ -746,6 +746,19 @@ ghc -c Foo.hs it). + + + + + + + Prints a one-line summary of timing statistics for the + GHC run. This option is equivalent to + +RTS -tstderr, see . + + +