- do not warn about metapackage ghc containing no binary
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=113
This commit is contained in:
parent
d0170dc0ed
commit
e14cb1deb4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 14 07:41:59 UTC 2012 - peter.trommler@ohm-hochschule.de
|
||||
|
||||
- do not warn about metapackage ghc containing no binary
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 13 12:14:42 UTC 2012 - peter.trommler@ohm-hochschule.de
|
||||
|
||||
|
@ -4,5 +4,7 @@ addFilter("static-library-without-debuginfo")
|
||||
addFilter("devel-dependency")
|
||||
# Haskell needs executable stack
|
||||
addFilter("executable-stack")
|
||||
# Regrattably, upstream does not provide man pages for all executables
|
||||
# Regrettably, upstream does not provide man pages for all executables
|
||||
addFilter("no-manual-page-for-binary")
|
||||
# Prevent warning about ghc containing no binary (it is a metapackage)
|
||||
addFilter("no-binary")
|
||||
|
Loading…
x
Reference in New Issue
Block a user