From: Ian Lynagh Date: Sun, 28 Feb 2010 19:18:37 +0000 (+0000) Subject: Add -no-auto-link-packages docs to the user guide; fixes trac #3759 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8346e807afa6cffe8ef11dcd79c35f5b55f96f68;hp=0c658578d609f93a25a8dff97b5cead055b246e3 Add -no-auto-link-packages docs to the user guide; fixes trac #3759 --- diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 6be97d7..1a26bee 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -599,6 +599,12 @@ static - + + + Don't automatically link in the haskell98 package. + dynamic + - + diff --git a/docs/users_guide/packages.xml b/docs/users_guide/packages.xml index b9531f7..728b974 100644 --- a/docs/users_guide/packages.xml +++ b/docs/users_guide/packages.xml @@ -239,6 +239,17 @@ exposed-modules: Network.BSD, + + + + + By default, GHC will automatically link in the + haskell98 package. This flag disables that + behaviour. + + + + foo