[project @ 2001-02-28 17:57:52 by simonmar]
authorsimonmar <unknown>
Wed, 28 Feb 2001 17:57:52 +0000 (17:57 +0000)
committersimonmar <unknown>
Wed, 28 Feb 2001 17:57:52 +0000 (17:57 +0000)
commit85c61e765ba330c71ba872e2c54c3b76d76adf5b
tree011a2f66bd67557ee84d002bad5eaeb60891886f
parent56d75e0bcd599a167deb7ef10dfb8b18b6529940
[project @ 2001-02-28 17:57:52 by simonmar]
Compiling a module outside of a running GHCi and expecting GHCi to
pick it up when you do ':r' ain't gonna work.

We thought it would, but there's a problem with module versions and
the recompilation machinery, namely that the outside compiler doesn't
know about the versions being used internally in the running GHCi.

The "right" solution is to implement a ':compile' command in GHCi, but
we aren't going to do that before the release.

This commit disables the picking up of newly compiled modules, until
you do a full load (i.e. :load).
ghc/compiler/compMan/CompManager.lhs