X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Fusing.sgml;h=595e13d6b0c222f1d119aae9b165d0e1cd47db77;hb=5f9909528a61d57609fcb7394be969cef7525e27;hp=4358ac8da61d12b367eccbb649a66267056e2939;hpb=2d9800cc39adb46f790e754189bfbaafd3ce0407;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/using.sgml b/ghc/docs/users_guide/using.sgml index 4358ac8..595e13d 100644 --- a/ghc/docs/users_guide/using.sgml +++ b/ghc/docs/users_guide/using.sgml @@ -991,7 +991,12 @@ sight! GHC only keeps detailed dependency information -for “user” modules, not for “library” modules. +for “user” modules, not for “Prelude” modules. +It distinguishes Prelude modules because their names start with +"Prel", so don't start your modules that way! + + Patrick Sansom had a workshop paper about how all this is done (though