Add stricter ghc-pkg checks on package file/dir/url fields
authorDuncan Coutts <duncan@well-typed.com>
Tue, 24 May 2011 14:42:38 +0000 (15:42 +0100)
committerDuncan Coutts <duncan@well-typed.com>
Wed, 25 May 2011 11:16:56 +0000 (12:16 +0100)
commitf61d53d322cdf81a1cfa09cf4a4af4198611bcd5
tree2d3a7f91c89ea8837247204128d6e3a7ae9bc7df
parent40b6bd47cf00f025426746bbd7abdd0eda2a3afd
Add stricter ghc-pkg checks on package file/dir/url fields

The haddock-html and haddock-interface fields are now checked
as well. Had to fix up ghc-cabal as it used relative paths for
the inplace package's haddock-html. It turns out that these
were never used so it could simply be omitted.
utils/ghc-cabal/Main.hs
utils/ghc-pkg/Main.hs