X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdriver%2Fghc-usage.txt;h=e95d5846b9c327e28ae913debc35f752fa54516b;hb=599e42c2948811e71607c5167d9345ddd74d83c3;hp=098608616be024abb7cc7f16d07907b6ef6c387a;hpb=c7c96efc57e5a08e704f13dd05c1baf2c568eb40;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 + ------------------------------------------------------------------------