Skip to content
Snippets Groups Projects
Commit 65218ced authored by PHO's avatar PHO Committed by Mikolaj
Browse files

Suppress ghc-pkg warnings emitted when an empty packages is being registered

When a package contains a library that has no modules, "./Setup register"
tries to register the library with fields "haddock-interfaces:" and
"haddock-html:" pointing at non-existent files or directories, and "ghc-pkg
register" warns about them.

To suppress the warnings prevent these fields from being generated when
there are no modules.
parent ad401448
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment