X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Fghci.sgml;h=405f7b22e2c00336396dfef8cc2dbed52c5a220c;hb=0d3f3debcf01ef11d43f7cc6f81ecc3eb2d38ee6;hp=8fa7ff273c3969618ec4b3a0ce730974cef22dea;hpb=38c8801e397417be75ac4427d9c0a62a7942e0eb;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/ghci.sgml b/ghc/docs/users_guide/ghci.sgml index 8fa7ff2..405f7b2 100644 --- a/ghc/docs/users_guide/ghci.sgml +++ b/ghc/docs/users_guide/ghci.sgml @@ -837,6 +837,12 @@ $ ghci -lm beginning of dir will be replaced by the contents of the environment variable HOME. + + NOTE: changing directories causes all currently loaded + modules to be unloaded. This is because the search path is + usually expressed using relative directories, and changing + the search path in the middle of a session is not + supported.