comment only
authorSimon Marlow <simonmar@microsoft.com>
Thu, 6 Dec 2007 09:24:22 +0000 (09:24 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 6 Dec 2007 09:24:22 +0000 (09:24 +0000)
compiler/iface/MkIface.lhs

index e335f75..f972a91 100644 (file)
@@ -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"