Add missing special case for GHC.Prim
authorSimon Marlow <simonmar@microsoft.com>
Mon, 16 Apr 2007 13:04:57 +0000 (13:04 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 16 Apr 2007 13:04:57 +0000 (13:04 +0000)
commit2b37fb7a1809e4d0aec3db33a9c8a215b00a869b
tree7ece3d352fe89ab6da77f916b9c7480bf006e632
parent438e00e06ec0851a6ab0813ba7f7cab5b19e4161
Add missing special case for GHC.Prim
The special cases for GHC.Prim are a bit fragile.  We were relying on
(a) the base package to be already registered and (b) the base package
not to be hidden.  These used to be true with the old library build
system, but aren't true now.  I'm still not sure why we aren't seeing
failures at the moment, but this patch at least fixes the build with
'setup makefile'.
compiler/main/Finder.lhs