Fix #2873: should fail if a package DB desn't exist
authorSimon Marlow <marlowsd@gmail.com>
Thu, 8 Jan 2009 09:56:28 +0000 (09:56 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 8 Jan 2009 09:56:28 +0000 (09:56 +0000)
commit22403efd0cafc410c5e51fb7aa76f07f4ffbd73a
treee607063d7ec90b8eb538407587e52d309bc0f45e
parentea1ad23f58b5e45731b47a1d686c0dd73766e1b7
Fix #2873: should fail if a package DB desn't exist
We allowed non-existence before because the user DB is allowed to not
exist, so now we have an explicit exception for that case.
utils/ghc-pkg/Main.hs