From: Simon Marlow Date: Thu, 6 Dec 2007 09:24:22 +0000 (+0000) Subject: comment only X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0cdde9d7cdad657a1d0841b39410774801c69556;p=ghc-hetmet.git comment only --- diff --git a/compiler/iface/MkIface.lhs b/compiler/iface/MkIface.lhs index e335f75..f972a91 100644 --- a/compiler/iface/MkIface.lhs +++ b/compiler/iface/MkIface.lhs @@ -181,6 +181,10 @@ code of A, and thereby haul in all the stuff reachable from it. haul in all the unfoldings for B, in case the module that imports A *is* compiled with -O. I think this is the case.] +SimonM [30/11/2007]: I believe the above is all out of date; the +current implementation doesn't do it this way. Instead, when any of +the dependencies of a declaration changes, the version of the +declaration itself changes. \begin{code} #include "HsVersions.h"