Complete the changes for #1205
authorSimon Marlow <marlowsd@gmail.com>
Mon, 28 Jul 2008 10:51:41 +0000 (10:51 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 28 Jul 2008 10:51:41 +0000 (10:51 +0000)
commitca26fe60260f3e52e82ec27c18a8aa5169cdcc89
tree34d3d2c36cde78640b624ca6d67357dc6838ac0f
parent68db78589f7faa747d26b8f10ba3b037f236c7aa
Complete the changes for #1205
Now ":load M" always searches for a module called "M", rather than
using a file called "M.hs" if that exists.  To get the file semantics
(i.e. not loading "M.o"), use ":load M.hs".
compiler/main/GHC.hs