X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fseparate_compilation.xml;fp=docs%2Fusers_guide%2Fseparate_compilation.xml;h=f963ca010c3b3a6049c2c8745697a4993c765958;hb=5263c9ab4408e3b62dbf7505ab40a81946d4e49b;hp=58726e56d23f6f176947362fea9cbef948743034;hpb=160e41ed98615c633be9a7c27ec2f9ed768dae7f;p=ghc-hetmet.git diff --git a/docs/users_guide/separate_compilation.xml b/docs/users_guide/separate_compilation.xml index 58726e5..f963ca0 100644 --- a/docs/users_guide/separate_compilation.xml +++ b/docs/users_guide/separate_compilation.xml @@ -703,7 +703,7 @@ module B where Here A imports B, but B imports A with a {-# SOURCE #-} pragma, which breaks the circular dependency. For every module A.hs that is {-# SOURCE #-}-imported -in this way there must exist a souce file A.hs-boot. This file contains an abbreviated +in this way there must exist a source file A.hs-boot. This file contains an abbreviated version of A.hs, thus: module A where @@ -1040,7 +1040,7 @@ ghc -M -optdep-f -optdep.depend ... - Print a full list of the module depenencies to stdout. + Print a full list of the module dependencies to stdout. (This is the standard verbosity flag, so the list will also be displayed with and ;