From 0cdde9d7cdad657a1d0841b39410774801c69556 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 6 Dec 2007 09:24:22 +0000 Subject: [PATCH] comment only --- compiler/iface/MkIface.lhs | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 1.7.10.4