X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fdocs%2Fusers_guide%2Futils.lit;fp=ghc%2Fdocs%2Fusers_guide%2Futils.lit;h=b85127d6be74eec0399336261fc1a6cbf3ec08bb;hb=54e05e9f8ab40bb07e78fa59e4d5cb27d70af336;hp=516e6430060e8c5ad741909c838bc119a2c8fe3d;hpb=e8d8e039f6addf0165582a4e40ecb9a7dfd71c80;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/utils.lit b/ghc/docs/users_guide/utils.lit index 516e643..b85127d 100644 --- a/ghc/docs/users_guide/utils.lit +++ b/ghc/docs/users_guide/utils.lit @@ -81,6 +81,7 @@ Here are the @mkdependHS@-specific options (not between @--@'s): \begin{description} \item[@-v@] Be verbose. \item[@-v -v@] Be very verbose. +\item[@-w@] Turn off warnings about interface file shadowing. \item[@-f blah@] Use @blah@ as the makefile, rather than @makefile@ or @Makefile@. If @blah@ doesn't exist, @mkdependHS@ creates it. @@ -117,6 +118,12 @@ Here are the @mkdependHS@-specific options (not between @--@'s): Regard @@ as not "stable"; i.e., generate dependencies on it (if any). This option is normally used in conjunction with the @--exclude-directory@ option. +\item[@--include-prelude@] + Regard prelude libraries as unstable, i.e., generate dependencies + on the prelude modules used (including \tr{Prelude}). + This option is normally only used by the various system libraries. If + a \tr{-syslib} option is used, dependencies will also be + generated on the library's interfaces. \end{description}