This obviosly shouldn't delay the release of the next Hugs version,
but of course you should know,
and maybe it's easy to fix
(if it is still there at all)
I'm not even sure if it hasn't been reported before, but anyway:
If you have have this module:
------------- A.hs -------------
module A where
import B -- B doesn't exist
a = 42
--------------------------------
and load it typing ":l A", you get the expected message
ERROR "B": Unable to open file "B"
If you then delete the import line and try to reload with ":r", you
get the same message again.
Using ":l A" again works, though, so it's not a great problem, at
least if you know about it.
Excitingly looking forward to a new Hugs release with a new license,
Christian Sievers