* 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
9 lines
330 B
Plaintext
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")
|