fix the home_imps filter to allow for 'import "this" <module>'
authorSimon Marlow <marlowsd@gmail.com>
Mon, 21 Jun 2010 12:55:35 +0000 (12:55 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 21 Jun 2010 12:55:35 +0000 (12:55 +0000)
commit436a5fdbe0c9a466569abf1d501a6018aaa3e49e
tree0f3e3a3377a32e2851b36e9bad3b496edc9a4bf7
parent3679b285bdb31c628631af4c0b6f541ec8a55e82
fix the home_imps filter to allow for 'import "this" <module>'
In the PackageImports extension, import "this" means "import from the
current package".
compiler/main/GHC.hs