Cache the package database the first time it is read
authorSimon Marlow <simonmar@microsoft.com>
Fri, 6 Oct 2006 10:42:21 +0000 (10:42 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 6 Oct 2006 10:42:21 +0000 (10:42 +0000)
commit53f50b718b9c6abcf4d61c95f1e4d355934a2550
treeac5e66bc4efa5f29c5fe1ec5655407cc190c9d3c
parent572b1e3014b1a19e126134f98ddc399fa75c8659
Cache the package database the first time it is read
This was a slight oversight on my part, I intended to store the
pristine database in the pkgDatabase of DynFlags, but managed to
forget to do it.
compiler/main/Packages.lhs