ghc/rpmlintrc
Peter Trommler 63abd7b272 - prepare for bootstrap in Factory
* add binary distribution to spec file
* change build to use ghc provided by binary distribution

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=110
2012-10-12 11:19:04 +00:00

9 lines
330 B
Plaintext

addFilter("devel-file-in-non-devel-package")
addFilter("static-library-without-debuginfo")
# ghc-compiler has devel-dependency
addFilter("devel-dependency")
# Haskell needs executable stack
addFilter("executable-stack")
# Regrattably, upstream does not provide man pages for all executables
addFilter("no-manual-page-for-binary")