X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdriver%2Fghc-usage.txt;h=e95d5846b9c327e28ae913debc35f752fa54516b;hb=845db8182942e006a9164e41e9839adb39f24268;hp=098608616be024abb7cc7f16d07907b6ef6c387a;hpb=92f336f618b997f339852d2d46a2d526fb062e51;p=ghc-hetmet.git diff --git a/ghc/driver/ghc-usage.txt b/ghc/driver/ghc-usage.txt index 0986086..e95d584 100644 --- a/ghc/driver/ghc-usage.txt +++ b/ghc/driver/ghc-usage.txt @@ -61,8 +61,6 @@ Other commonly-used options are: -M Output Makefile rules recording the dependencies of a list of Haskell files. -The User's Guide has more information about GHC's *many* options. - Given the above, here are some TYPICAL invocations of $$: # compile a Haskell module to a .o file, optimising: @@ -73,4 +71,10 @@ Given the above, here are some TYPICAL invocations of $$: % $$ -C -H16m Foo.hs # compile Haskell-produced C (.hc) to assembly language: % $$ -S Foo.hc + +The User's Guide has more information about GHC's *many* options. An +online copy can be found here: + + http://www.haskell.org/ghc/documentation.html + ------------------------------------------------------------------------